Skip to content

Commit 7f8e32d

Browse files
committed
Update cloudflare-build.sh
1 parent 4f2a50f commit 7f8e32d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/cloudflare-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if [ -n "$SCRIPT_BRANCH" -a -n "$CF_PAGES_BRANCH" ]; then
2828
FILES=`git ls-tree $SCRIPT_BRANCH --name-only | grep '^cloudflare'`
2929
git checkout $SCRIPT_BRANCH $FILES
3030
# now call this script again without the branch argument
31-
exec `basename $0`
31+
exec ./`basename $0`
3232
# this script will exit and the new one will run
3333
fi
3434
fi

0 commit comments

Comments
 (0)