Update recipe_content url to same branch

When checking the init.d/gitlab file, it should be using the same branch with the gitlabhq
This commit is contained in:
Donny Kurnia 2013-02-12 12:23:18 +07:00
parent 970f86077a
commit 4d2660777b

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