Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Robertson <austinrobertson@gmail.com>2013-08-22 22:10:18 +0400
committerAustin Robertson <austinrobertson@gmail.com>2013-08-22 22:10:18 +0400
commitb74a50451c1e80ae59ffad7e8b7316f86476c43e (patch)
tree4b7cecb9b4705ad73c9911a9625dbf1b0ca3d683 /lib/tasks/gitlab/info.rake
parent21e3d848b464f8cabbbddb3d2d4e2b697d4476b0 (diff)
Fix GitLab Shell version check
Diffstat (limited to 'lib/tasks/gitlab/info.rake')
-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