From 3af66550ac0bd2195a3848754e9a6265f5231623 Mon Sep 17 00:00:00 2001 From: Tae Won Ha Date: Sat, 15 Oct 2016 09:48:55 +0200 Subject: [PATCH] GH-220 Fix script --- bin/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/build.sh b/bin/build.sh index 2b9dc927..c217f728 100755 --- a/bin/build.sh +++ b/bin/build.sh @@ -37,6 +37,6 @@ echo "### VimR archive file name: ${VIMR_FILE_NAME}" ./bin/commit_and_push_tags.sh "${BRANCH}" "${TAG}" ./bin/create_github_release.sh "${COMPOUND_VERSION}" "${TAG}" "${VIMR_FILE_NAME}" "${RELEASE_NOTES}" ./bin/set_appcast.py "build/Release/${VIMR_FILE_NAME}" "${BUNDLE_VERSION}" "${MARKETING_VERSION}" "${TAG}" ${IS_SNAPSHOT} -./bin/commit_and_push_appcast.sh "${BRANCH}" "${COMPOUND_VERSION}" +./bin/commit_and_push_appcast.sh "${BRANCH}" "${COMPOUND_VERSION}" ${IS_SNAPSHOT} echo "### Built VimR"