Commit baaf17a6368d207dac6d54ad3fc82560eff308a5
Merge pull request #4045 from ymiyoshi/5-2-stable
Fixed "recipe_content" path of "check.rake" for 5-2-stable
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
lib/tasks/gitlab/check.rake
@@ -144,7 +144,7 @@ namespace :gitlab do | @@ -144,7 +144,7 @@ namespace :gitlab do | ||
144 | return | 144 | return |
145 | end | 145 | end |
146 | 146 | ||
147 | - recipe_content = `curl https://raw.github.com/gitlabhq/gitlab-recipes/master/init.d/gitlab 2>/dev/null` | 147 | + recipe_content = `curl https://raw.github.com/gitlabhq/gitlabhq/5-2-stable/lib/support/init.d/gitlab 2>/dev/null` |
148 | script_content = File.read(script_path) | 148 | script_content = File.read(script_path) |
149 | 149 | ||
150 | if recipe_content == script_content | 150 | if recipe_content == script_content |