Skip to content

Commit

Permalink
verify caching works proper
Browse files Browse the repository at this point in the history
  • Loading branch information
kahlstrm committed Nov 11, 2023
1 parent 342b07f commit 4bf42de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ mod cli;

#[tokio::main]
async fn main() -> Result<()> {
println!("hello team");
let args: Args = cli::parse_args().await;

// Bucket and key were either given as args or found in env variables
let client = if args.bucket.is_some() && args.key_arn.is_some() {
Vault::from_params(
Expand Down

0 comments on commit 4bf42de

Please sign in to comment.