Skip to content
Snippets Groups Projects

Update recipe_content url to same branch

Merged gitlab-qa-bot requested to merge github/fork/donnykurnia/patch-1 into 4-2-stable
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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