We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f2a50f commit 7f8e32dCopy full SHA for 7f8e32d
scripts/cloudflare-build.sh
@@ -28,7 +28,7 @@ if [ -n "$SCRIPT_BRANCH" -a -n "$CF_PAGES_BRANCH" ]; then
28
FILES=`git ls-tree $SCRIPT_BRANCH --name-only | grep '^cloudflare'`
29
git checkout $SCRIPT_BRANCH $FILES
30
# now call this script again without the branch argument
31
- exec `basename $0`
+ exec ./`basename $0`
32
# this script will exit and the new one will run
33
fi
34
0 commit comments