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:
authorSean McGivern <sean@gitlab.com>2017-11-24 12:55:23 +0300
committerSean McGivern <sean@gitlab.com>2017-11-28 19:13:08 +0300
commit9cb38f0433930f85964ab3c3f07d677676fa265b (patch)
treef91a1feb30f8c70c70102fe6fe25e1506bc6e9f4 /doc/development/rake_tasks.md
parent52f5259ae40cfd868c6412ba10e28dc83877afbb (diff)
Fix instructions for creating project templates
Sidekiq has to be running too.
Diffstat (limited to 'doc/development/rake_tasks.md')
-rw-r--r--doc/development/rake_tasks.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/rake_tasks.md b/doc/development/rake_tasks.md
index 4773b6773e8..ceff57276d2 100644
--- a/doc/development/rake_tasks.md
+++ b/doc/development/rake_tasks.md
@@ -163,7 +163,7 @@ Starting a project from a template needs this project to be exported. On a
up to date master branch with run:
```
-gdk run db
+gdk run
# In a new terminal window
bundle exec rake gitlab:update_project_templates
git checkout -b update-project-templates