From: Austin Robertson Date: Thu, 22 Aug 2013 18:10:18 +0000 (-0500) Subject: Fix GitLab Shell version check X-Git-Tag: v6.2.0~274^2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=b74a50451c1e80ae59ffad7e8b7316f86476c43e;p=wvm%2Fgitlab.git Fix GitLab Shell version check --- diff --git a/lib/tasks/gitlab/info.rake b/lib/tasks/gitlab/info.rake index 091de6ee6..ea83efcd8 100644 --- a/lib/tasks/gitlab/info.rake +++ b/lib/tasks/gitlab/info.rake @@ -54,7 +54,7 @@ namespace :gitlab do # check Gitolite version - gitlab_shell_version_file = "#{Gitlab.config.gitlab_shell.repos_path}/../gitlab-shell/VERSION" + gitlab_shell_version_file = "#{Gitlab.config.gitlab_shell.hooks_path}/../VERSION" if File.readable?(gitlab_shell_version_file) gitlab_shell_version = File.read(gitlab_shell_version_file) end