Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt committed Sep 17, 2024
1 parent e492ed1 commit 97bf769
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion features/src/utils/opt/devcontainer/bin/creds/s3/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ _s3_creds_init() {
fi
elif ! devcontainer-utils-creds-s3-propagate; then
# bucket is inaccessible
devcontainer-utils-creds-s3-persist <<< "--no_bucket --no_region";
devcontainer-utils-creds-s3-persist <<< "--no-bucket --no-region";
fi
fi
fi
Expand Down
2 changes: 1 addition & 1 deletion features/src/utils/opt/devcontainer/bin/vault/s3/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ init_vault_s3_creds() {
fi
elif ! devcontainer-utils-vault-s3-creds-propagate; then
# bucket is inaccessible
devcontainer-utils-vault-s3-creds-persist <<< "--no_bucket --no_region";
devcontainer-utils-vault-s3-creds-persist <<< "--no-bucket --no-region";
fi
fi
fi
Expand Down

0 comments on commit 97bf769

Please sign in to comment.