Skip to content

Commit 4d8e897

Browse files
authored
Update update-stack.sh
1 parent c85007e commit 4d8e897

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/update-stack.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env bash
22

3+
aws --version >/dev/null 2>&1 || { echo >&2 "I require aws cli but it's not installed. ¯\_(ツ)_/¯ Aborting."; exit 1; }
4+
35
# Creates the stack
46

57
set -e

0 commit comments

Comments
 (0)