summaryrefslogtreecommitdiff
path: root/lib/tasks
diff options
context:
space:
mode:
authorAustin Robertson <austinrobertson@gmail.com>2013-08-22 13:10:18 -0500
committerAustin Robertson <austinrobertson@gmail.com>2013-08-22 13:10:18 -0500
commitb74a50451c1e80ae59ffad7e8b7316f86476c43e (patch)
tree4b7cecb9b4705ad73c9911a9625dbf1b0ca3d683 /lib/tasks
parent21e3d848b464f8cabbbddb3d2d4e2b697d4476b0 (diff)
downloadgitlab-ce-b74a50451c1e80ae59ffad7e8b7316f86476c43e.tar.gz
Fix GitLab Shell version check
Diffstat (limited to 'lib/tasks')
-rw-r--r--lib/tasks/gitlab/info.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/gitlab/info.rake b/lib/tasks/gitlab/info.rake
index 091de6ee6d5..ea83efcd887 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