Commit 905aa634de8201a00d245a814c9931786b313bcb

Authored by 三好良和
1 parent 6654db2c

Fixed "recipe_content" path for 5-2-stable

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