Merge pull request #2962 from donnykurnia/patch-1
Update recipe_content url to same branch
This commit is contained in:
commit
27975fda5d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue