Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorVasilij Schneidermann <v.schneidermann@gmail.com>2015-03-14 12:22:06 +0300
committerVasilij Schneidermann <v.schneidermann@gmail.com>2015-03-14 12:22:06 +0300
commit6235b027ec19f3ba0e668a6ee6e77d861c4f68bd (patch)
tree0bd3dcd3ab6e3d997bed9c29e483894015d1950d /lib
parent3aded9d5816b8605d5ccf486ab2e38247e2b654f (diff)
Fix typo
Diffstat (limited to 'lib')
-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'