Skip to content

Commit 4255745

Browse files
committed
Fix deploy.sh and cleanup.sh paths after move to cfn/
1 parent 498bfbe commit 4255745

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cfn/deploy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
set -eo pipefail
77

88
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
9-
CFN_DIR="$SCRIPT_DIR/cfn"
10-
TUTS_DIR="$SCRIPT_DIR/tuts"
9+
REPO_ROOT="$(cd "$SCRIPT_DIR/.." && pwd)"
10+
TUTS_DIR="$REPO_ROOT/tuts"
1111
PREREQ_STACK="tutorial-prereqs"
1212

1313
usage() {

0 commit comments

Comments
 (0)