Merge pull request #3535 from boldt/5-0-stable

Fixed check.rake due to #3530
This commit is contained in:
Dmitriy Zaporozhets
2013-04-07 11:21:40 -07:00
+1 -1
View File
@@ -142,7 +142,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/gitlab-recipes/5-0-stable/init.d/gitlab 2>/dev/null`
script_content = File.read(script_path)
if recipe_content == script_content