Commit 27975fda5d86787b2e723d1ba6e8075faaa11a01

Authored by Dmitriy Zaporozhets
2 parents 970f8607 4d266077

Merge pull request #2962 from donnykurnia/patch-1

Update recipe_content url to same branch
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
lib/tasks/gitlab/check.rake
... ... @@ -142,7 +142,7 @@ namespace :gitlab do
142 142 return
143 143 end
144 144  
145   - recipe_content = `curl https://raw.github.com/gitlabhq/gitlab-recipes/master/init.d/gitlab 2>/dev/null`
  145 + recipe_content = `curl https://raw.github.com/gitlabhq/gitlab-recipes/4-2-stable/init.d/gitlab 2>/dev/null`
146 146 script_content = File.read(script_path)
147 147  
148 148 if recipe_content == script_content
... ...