From b74a50451c1e80ae59ffad7e8b7316f86476c43e Mon Sep 17 00:00:00 2001
From: Austin Robertson <austinrobertson@gmail.com>
Date: Thu, 22 Aug 2013 13:10:18 -0500
Subject: [PATCH] Fix GitLab Shell version check

---
 lib/tasks/gitlab/info.rake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/tasks/gitlab/info.rake b/lib/tasks/gitlab/info.rake
index 091de6ee6d..ea83efcd88 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
-- 
2.30.9