summaryrefslogtreecommitdiff
path: root/doc/install/relative_url.md
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-01-27 14:36:52 -0600
committerMike Greiling <mike@pixelcog.com>2017-01-27 15:23:09 -0600
commit7e51cd32d3ed8bf6320b69b7976a8b10d168edba (patch)
tree148839f234a0853d837f07df13ec34f4349fa71c /doc/install/relative_url.md
parent336d780d95ae30819262782e8ce079b58082a3e9 (diff)
downloadgitlab-ce-7e51cd32d3ed8bf6320b69b7976a8b10d168edba.tar.gz
update scripts and docs to reference the newly namespaced rake taskrelative-url-assets
Diffstat (limited to 'doc/install/relative_url.md')
-rw-r--r--doc/install/relative_url.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/relative_url.md b/doc/install/relative_url.md
index 44d2a14f366..c7d2380fd0a 100644
--- a/doc/install/relative_url.md
+++ b/doc/install/relative_url.md
@@ -118,7 +118,7 @@ Make sure to follow all steps below:
```
cd /home/git/gitlab
- sudo -u git -H bundle exec rake assets:clean assets:precompile RAILS_ENV=production
+ sudo -u git -H bundle exec rake gitlab:assets:clean gitlab:assets:compile RAILS_ENV=production
```
1. [Restart GitLab][] for the changes to take effect.