summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-14 16:44:39 -0700
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-14 16:44:39 -0700
commit60df262c38d7c235b483cc1c4beb12f793e0e58a (patch)
tree1a0ed99bc3d364d9d73994fd2b2802087cd37014
parentaea75cfb0ac7b373bacdee17ee9e8c1314c3b676 (diff)
parent2b721b28276cc59561b81348780ee70a55ead9f2 (diff)
downloadgitlab-ce-60df262c38d7c235b483cc1c4beb12f793e0e58a.tar.gz
Merge branch 'master' of github.com:gitlabhq/gitlabhq
-rwxr-xr-xlib/support/deploy/deploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/support/deploy/deploy.sh b/lib/support/deploy/deploy.sh
index 4684957233a..adea4c7a747 100755
--- a/lib/support/deploy/deploy.sh
+++ b/lib/support/deploy/deploy.sh
@@ -4,7 +4,7 @@
# If any command return non-zero status - stop deploy
set -e
-echo 'Deploy: Stoping sidekiq..'
+echo 'Deploy: Stopping sidekiq..'
cd /home/git/gitlab/ && sudo -u git -H bundle exec rake sidekiq:stop RAILS_ENV=production
echo 'Deploy: Show deploy index page'