aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatMoul <matmoul@gmail.com>2016-04-10 21:29:39 +0200
committerMatMoul <matmoul@gmail.com>2016-04-10 21:29:39 +0200
commitf17a4e831704ec1a3991c4c41cea1f05196a11f3 (patch)
treeb8066a17e3c2a0080c1e722612afcf6aab30fe3e
parent40d7846052b87e512d960d14c1d767e1b0f5847b (diff)
downloadhyperfi-f17a4e831704ec1a3991c4c41cea1f05196a11f3.tar.lz
hyperfi-f17a4e831704ec1a3991c4c41cea1f05196a11f3.tar.xz
hyperfi-f17a4e831704ec1a3991c4c41cea1f05196a11f3.zip
Update makerelease
-rw-r--r--makerelease4
1 files changed, 0 insertions, 4 deletions
diff --git a/makerelease b/makerelease
index 8ec7e0f..693050d 100644
--- a/makerelease
+++ b/makerelease
@@ -57,8 +57,6 @@ fi
read -p "Push release ? (Y/n)" choice
case "$choice" in
n|N ) exit 1;;
- exit 1
- ;;
esac
git checkout master
@@ -69,8 +67,6 @@ git push
read -p "Publish to server ? (Y/n)" choice
case "$choice" in
n|N ) exit 1;;
- exit 1
- ;;
esac
echo "Create index.html..."