summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2013-11-01 03:56:31 -0700
committerJacob Vosmaer <contact@jacobvosmaer.nl>2013-11-01 03:56:31 -0700
commit1cb18edf76594aaba30d32540252e92426d0d422 (patch)
treea3be828cb69d106912b2d09a25053c1fef7ce14f /lib
parent844f8fd2131e10832efd05175930944c0ed9df63 (diff)
parent5d98afb55b43eb92dd5540b4a2f36835bf74f936 (diff)
downloadgitlab-ce-1cb18edf76594aaba30d32540252e92426d0d422.tar.gz
Merge pull request #5487 from perryfaro/fix-sidekiq-documentation
Change documentation about sidekiq
Diffstat (limited to 'lib')
-rw-r--r--lib/tasks/gitlab/check.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/gitlab/check.rake b/lib/tasks/gitlab/check.rake
index c4f1eba9b9e..6153063b683 100644
--- a/lib/tasks/gitlab/check.rake
+++ b/lib/tasks/gitlab/check.rake
@@ -648,7 +648,7 @@ namespace :gitlab do
else
puts "no".red
try_fixing_it(
- sudo_gitlab("bundle exec rake sidekiq:start RAILS_ENV=production")
+ sudo_gitlab("RAILS_ENV=production script/background_jobs start")
)
for_more_information(
see_installation_guide_section("Install Init Script"),