Skip to content

Commit

Permalink
fix syntax error in up function by adding missing closing fi
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroTochigi committed Aug 1, 2024
1 parent 7b31854 commit 18bcd11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/aws/up.sh
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ function up {
echo "Success to add ssh key: $importedKeyName"
else
echo "The key pair $keyname already exists. Please use another key name."
fi

if ! checkSecurityGroup; then
createSecurityGroups
Expand Down

0 comments on commit 18bcd11

Please sign in to comment.