Skip to content

Commit

Permalink
fix alias command
Browse files Browse the repository at this point in the history
  • Loading branch information
iesahin committed Sep 3, 2024
1 parent bca12b6 commit 5dbeb34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tests/test_storage_new_minio.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ fn test_storage_new_minio() -> Result<()> {
let mc_aliases = sh("mc alias list".to_owned());
if !mc_aliases.contains(&access_key) {
let mc_alias = sh(format!(
"alias set {alias_name} {endpoint} {access_key} {secret_key}"
"mc alias set {alias_name} {endpoint} {access_key} {secret_key}"
));
watch!(mc_alias);
}
Expand Down

0 comments on commit 5dbeb34

Please sign in to comment.