Skip to content
Snippets Groups Projects
Commit 1daa75fd authored by Dennis Boldt's avatar Dennis Boldt
Browse files

Fixed check.rake due to #3530

parent b6e71360
No related branches found
No related tags found
9 merge requests!104685 0 stable,!3933Merge 5.0.1 into 5.1,!3723Patch 1,!3653Corrected command to create the git user #3650,!3635Swapped gem db configs,!3605Patch 1,!3580Implemented code search feature,!3565Added missing chr.,!3535Fixed check.rake due to #3530
Loading
Loading
@@ -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/5-0-stable/init.d/gitlab 2>/dev/null`
script_content = File.read(script_path)
 
if recipe_content == script_content
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment