From 97d1e6986a49eec55da44d72bd8b973b26d3eff5 Mon Sep 17 00:00:00 2001 From: James Ives Date: Sun, 3 Mar 2019 11:06:47 -0500 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index cd4257d8..8c49481d 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -27,7 +27,7 @@ git push $GITHUB_REPOSITORY $BRANCH:$BRANCH && \ # Builds the project if applicable. if [ -z "$BUILD_SCRIPT" ] then - eval $BUILD_SCRIPT + eval "$BUILD_SCRIPT" fi # Commits the data to Github.