Skip to content

Commit

Permalink
Fixed "recipe_content" path for 5-2-stable
Browse files Browse the repository at this point in the history
  • Loading branch information
三好良和 committed May 23, 2013
1 parent 6654db2 commit 905aa63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/gitlab/check.rake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 905aa63

Please sign in to comment.