Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' into gwright99/fix-typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gwright99 authored Mar 12, 2022
2 parents 7995758 + ab760db commit 1083c7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/create-ebs-volume
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ function create_and_attach_volume() {
# Note: Shellcheck says the $vars in this command should be double quoted to prevent globbing and word-splitting,
# but this ends up making the '--encrypted' argument to fail during the execution of the install script. Conversely, NOT putting double-quotes
# around $tag_specification causes a parsing error due to the space in the $timestamp value (added to $tag_specification above).

local volume=$(\
aws ec2 create-volume \
--region $region \
Expand Down

0 comments on commit 1083c7f

Please sign in to comment.