summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean McGivern <sean@gitlab.com>2017-11-24 09:55:23 +0000
committerSean McGivern <sean@gitlab.com>2017-11-28 16:13:08 +0000
commit9cb38f0433930f85964ab3c3f07d677676fa265b (patch)
treef91a1feb30f8c70c70102fe6fe25e1506bc6e9f4
parent52f5259ae40cfd868c6412ba10e28dc83877afbb (diff)
downloadgitlab-ce-9cb38f0433930f85964ab3c3f07d677676fa265b.tar.gz
Fix instructions for creating project templates
Sidekiq has to be running too.
-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