Skip to content

Commit 1bdc5f7

Browse files
author
Aaron O'Mullan
committed
Fix BASE_REPO in ./buildstack.sh to work for the public index
1 parent 5a9a0b5 commit 1bdc5f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stacks/buildstack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -e
77
###
88
# Constants
99
###
10-
BASE_REPO="codebox"
10+
BASE_REPO="codebox/codebox"
1111
BASE_STACK="null"
1212
SRC_DIR=$(readlink -f ..)
1313
TMP_SRC="/tmp/codebox_src"

0 commit comments

Comments
 (0)