diff options
author | Sean McGivern <sean@gitlab.com> | 2017-11-24 09:55:23 +0000 |
---|---|---|
committer | Sean McGivern <sean@gitlab.com> | 2017-11-28 16:13:08 +0000 |
commit | 9cb38f0433930f85964ab3c3f07d677676fa265b (patch) | |
tree | f91a1feb30f8c70c70102fe6fe25e1506bc6e9f4 /doc/development/rake_tasks.md | |
parent | 52f5259ae40cfd868c6412ba10e28dc83877afbb (diff) | |
download | gitlab-ce-9cb38f0433930f85964ab3c3f07d677676fa265b.tar.gz |
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.md | 2 |
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 |