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

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
resolve #45
  • Loading branch information
wleepang authored Mar 11, 2022
1 parent 4ada279 commit ab760db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/create-ebs-volume
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ function create_and_attach_volume() {
# TagSpecifications[0].Tags[0] error to be thrown since the payload is determined to be a string, not dictionary.
if [ ! -z $instance_tags ]; then
local tag_specification="ResourceType=volume,Tags=[$instance_tags,{Key=source-instance,Value=$instance_id},{Key=amazon-ebs-autoscale-creation-time,Value=$timestamp}]"
else:
else
local tag_specification="ResourceType=volume,Tags=[{Key=source-instance,Value=$instance_id},{Key=amazon-ebs-autoscale-creation-time,Value=$timestamp}]"
fi

Expand Down

0 comments on commit ab760db

Please sign in to comment.