Skip to content

Commit

Permalink
Fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
meyertst-aws committed Sep 30, 2024
1 parent 3cd9084 commit 57c4275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws-cli/bash-linux/s3/s3_getting_started.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function s3_getting_started() {
get_input
bucket_name_prefix=$get_input_result
local bucket_name
bucket_name=$(generate_random_name $bucket_name_prefix)
bucket_name=$(generate_random_name "$bucket_name_prefix")

local region_code
region_code=$(aws configure get region)
Expand Down

0 comments on commit 57c4275

Please sign in to comment.