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
diff options
context:
space:
mode:
authorPerry Faro <perryfaro@live.nl>2013-10-31 23:19:57 +0400
committerPerry Faro <perryfaro@live.nl>2013-11-01 14:52:44 +0400
commit5d98afb55b43eb92dd5540b4a2f36835bf74f936 (patch)
treea3be828cb69d106912b2d09a25053c1fef7ce14f /README.md
parent844f8fd2131e10832efd05175930944c0ed9df63 (diff)
Fix sidekiq start text in documentation and gitlab:check
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b1c109950a0..64e40fdc51a 100644
--- a/README.md
+++ b/README.md
@@ -99,7 +99,7 @@ Start it with [Foreman](https://github.com/ddollar/foreman)
or start each component separately
bundle exec rails s
- bundle exec rake sidekiq:start
+ script/background_jobs start
### Run the tests