We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f14681 commit a9d1637Copy full SHA for a9d1637
src/aws/up.sh
@@ -15,7 +15,7 @@ checkKeyName() {
15
16
for key in "${key_pairs[@]}"
17
do
18
- if [ "$key" == "$keyName" ]; then
+ if [ "$key" == "$keyname" ]; then
19
echo "Error: Key Pair '$key' matches the specified keyName '$keyName'. Exiting..."
20
exit 1
21
fi
0 commit comments