summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-10-20 22:48:14 -0700
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-10-20 22:48:14 -0700
commit5eadd14953b4b3385022fb688b7eeefbcf8a1769 (patch)
treebfa6400c0040a728773a71dc9005e3bca5a829ad
parent9f7757ed24969eb004b5b81e967dff5ee4b78b1e (diff)
parente41f4a84805f501da18428dea1d96a495b96d703 (diff)
downloadgitlab-ce-5eadd14953b4b3385022fb688b7eeefbcf8a1769.tar.gz
Merge pull request #5382 from nattster/patch-1
Use init.d/gitlab script from 6-0-stable branch
-rw-r--r--doc/update/5.4-to-6.0.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/5.4-to-6.0.md b/doc/update/5.4-to-6.0.md
index 31379d81aba..fc010cd8181 100644
--- a/doc/update/5.4-to-6.0.md
+++ b/doc/update/5.4-to-6.0.md
@@ -91,7 +91,7 @@ Note: We switched from Puma in GitLab 5.4 to unicorn in GitLab 6.0.
```bash
sudo rm /etc/init.d/gitlab
-sudo curl --output /etc/init.d/gitlab https://raw.github.com/gitlabhq/gitlabhq/master/lib/support/init.d/gitlab
+sudo curl --output /etc/init.d/gitlab https://raw.github.com/gitlabhq/gitlabhq/6-0-stable/lib/support/init.d/gitlab
sudo chmod +x /etc/init.d/gitlab
```