Commit baaf17a6 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #4045 from ymiyoshi/5-2-stable

Fixed "recipe_content" path of "check.rake" for 5-2-stable
parents 9c926b29 905aa634
......@@ -144,7 +144,7 @@ namespace :gitlab do
return
end
recipe_content = `curl https://raw.github.com/gitlabhq/gitlab-recipes/master/init.d/gitlab 2>/dev/null`
recipe_content = `curl https://raw.github.com/gitlabhq/gitlabhq/5-2-stable/lib/support/init.d/gitlab 2>/dev/null`
script_content = File.read(script_path)
if recipe_content == script_content
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment