aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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..."