Skip to content
Snippets Groups Projects
Commit 905aa634 authored by 三好良和's avatar 三好良和
Browse files

Fixed "recipe_content" path for 5-2-stable

parent 6654db2c
No related branches found
No related tags found
5 merge requests!103705 2 stable,!52746 1 stable,!4341Added wiki-page search for 5-2-stable, Fixed issue #4310,!4230Merge 5-2 stable into master (fixes guides, etc.),!4045Fixed "recipe_content" path of "check.rake" for 5-2-stable
Loading
Loading
@@ -144,7 +144,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/gitlabhq/5-2-stable/lib/support/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