Fix checking the init script in check.rake

Fixes #2671
4-0-stable
Riyad Preukschas 2013-01-20 15:58:41 +01:00
parent 042a561baf
commit c84fcb265c
1 changed files with 1 additions and 1 deletions

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/4-0-stable/init.d/gitlab 2>/dev/null`
script_content = File.read(script_path)
if recipe_content == script_content