diff options
author | derpeter | 2017-07-02 22:38:23 +0200 |
---|---|---|
committer | derpeter | 2017-07-02 22:38:23 +0200 |
commit | fcccd88189904a4bfe755b743839b49b46295fa0 (patch) | |
tree | fc831fdeab0a1ef8f8950542acebda50aa91336b | |
parent | 50d903e98511448d04a35a6ed1bd03684469c666 (diff) |
fixed typo in deploy script
-rwxr-xr-x | deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |