aboutsummaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
authorderpeter2017-07-02 22:38:23 +0200
committerderpeter2017-07-02 22:38:23 +0200
commitfcccd88189904a4bfe755b743839b49b46295fa0 (patch)
treefc831fdeab0a1ef8f8950542acebda50aa91336b /deploy.sh
parent50d903e98511448d04a35a6ed1bd03684469c666 (diff)
fixed typo in deploy script
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh2
1 files changed, 1 insertions, 1 deletions
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