Skip to content

Commit

Permalink
fix quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana committed Oct 7, 2024
1 parent 13c313e commit 0827bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run/core/awscli/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ function check_if_encrypted_with() {
shift 2
local encAlgo=("$@")

local function="${AWS} s3api head-object --bucket "${bucket_name}" --key "${object_name}""
local function="${AWS} s3api head-object --bucket ${bucket_name} --key ${object_name}"
local output=$($function 2>&1)
local rv=$?
if [ $rv -ne 0 ]; then
Expand Down

0 comments on commit 0827bf5

Please sign in to comment.