From fcccd88189904a4bfe755b743839b49b46295fa0 Mon Sep 17 00:00:00 2001 From: derpeter Date: Sun, 2 Jul 2017 22:38:23 +0200 Subject: fixed typo in deploy script --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index a5d64e2..76c041b 100755 --- a/deploy.sh +++ b/deploy.sh @@ -36,7 +36,7 @@ fi if [ "x$DEPLOY_BRANCH" != "xmaster" ]; then echo "You're currently on branch $DEPLOY_BRANCH." - echo "Are you sure you want to deoloy that branch (and not master)? then type yes" + echo "Are you sure you want to deploy that branch (and not master)? then type yes" read -p "" input if [ "x$input" != "xyes" ]; then exit 2 -- cgit v1.2.3