Skip to content

Commit 06ddc31

Browse files
committed
coderabbit nit
fixes #662
1 parent 56028ae commit 06ddc31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/tasks/light-google/make-raw-from-heavy-stemcell.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ stemcell_url() {
1919

2020
resource="/${STEMCELL_BUCKET_PATH}/${name}"
2121

22-
if [ ! -z "$AWS_ACCESS_KEY_ID" ]; then
22+
if [ ! -z "${AWS_ACCESS_KEY_ID}" ]; then
2323
expires=$(date +%s)
2424
expires=$((expires + 30))
2525

0 commit comments

Comments
 (0)