From 214271d063072febe66f03eacd0c492ae1693dbc Mon Sep 17 00:00:00 2001 From: Joseph Lenox Date: Mon, 6 Mar 2017 14:21:43 -0600 Subject: [PATCH] Oops, forgot a fi --- package/deploy-bintray.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/package/deploy-bintray.sh b/package/deploy-bintray.sh index 7b52435286..22afbec921 100755 --- a/package/deploy-bintray.sh +++ b/package/deploy-bintray.sh @@ -20,6 +20,7 @@ if [ "$current_branch" == "" ]; then current_branch=$APPVEYOR_REPO_BRANCH else current_branch=unknown + fi fi if [ "$current_branch" == "master" ] && [ "$APPVEYOR_PULL_REQUEST_NUMBER" == "" ]; then # If building master, goes in slic3r_dev or slic3r, depending on whether or not this is a tagged build