We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 498bfbe commit 4255745Copy full SHA for 4255745
1 file changed
cfn/deploy.sh
@@ -6,8 +6,8 @@
6
set -eo pipefail
7
8
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
9
-CFN_DIR="$SCRIPT_DIR/cfn"
10
-TUTS_DIR="$SCRIPT_DIR/tuts"
+REPO_ROOT="$(cd "$SCRIPT_DIR/.." && pwd)"
+TUTS_DIR="$REPO_ROOT/tuts"
11
PREREQ_STACK="tutorial-prereqs"
12
13
usage() {
0 commit comments