Skip to content

Commit

Permalink
feat: add keyname to importedKeyName
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroTochigi committed Sep 26, 2024
1 parent b5ea781 commit af2fcdf
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 @@ -158,6 +158,7 @@ function up {
echo "Success to add ssh key: $importedKeyName"
else
echo "The key pair $keyname already exists. Please use another key name."
importedKeyName=$keyname
fi

if ! checkSecurityGroup; then
Expand Down

0 comments on commit af2fcdf

Please sign in to comment.