From 3f2ae0737abf3b777f01060133bfbf0fb924c23e Mon Sep 17 00:00:00 2001 From: Alan Velasco Date: Tue, 25 Jun 2019 20:49:20 -0700 Subject: [PATCH] Fix bug in deploy --- scripts/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 9dbb000a..09e438f2 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -14,7 +14,7 @@ git checkout $PUBLISH_BRANCH git pull origin $PUBLISH_BRANCH if [ -d $VERSION ]; then rm -r $VERSION -if +fi git mv -f $OUT $VERSION git commit -q -m "Update the Twemoji project and push to $PUBLISH_BRANCH" git push origin $PUBLISH_BRANCH