There was an error while loading. Please reload this page.
1 parent c85007e commit 4d8e897Copy full SHA for 4d8e897
scripts/update-stack.sh
@@ -1,5 +1,7 @@
1
#!/usr/bin/env bash
2
3
+aws --version >/dev/null 2>&1 || { echo >&2 "I require aws cli but it's not installed. ¯\_(ツ)_/¯ Aborting."; exit 1; }
4
+
5
# Creates the stack
6
7
set -e
0 commit comments