Commit 4d2660777bcc2894feafd700ee18e2254e20ae4c
1 parent
970f8607
Update recipe_content url to same branch
When checking the init.d/gitlab file, it should be using the same branch with the gitlabhq
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
lib/tasks/gitlab/check.rake
@@ -142,7 +142,7 @@ namespace :gitlab do | @@ -142,7 +142,7 @@ namespace :gitlab do | ||
142 | return | 142 | return |
143 | end | 143 | end |
144 | 144 | ||
145 | - recipe_content = `curl https://raw.github.com/gitlabhq/gitlab-recipes/master/init.d/gitlab 2>/dev/null` | 145 | + recipe_content = `curl https://raw.github.com/gitlabhq/gitlab-recipes/4-2-stable/init.d/gitlab 2>/dev/null` |
146 | script_content = File.read(script_path) | 146 | script_content = File.read(script_path) |
147 | 147 | ||
148 | if recipe_content == script_content | 148 | if recipe_content == script_content |