Commit b74a50451c1e80ae59ffad7e8b7316f86476c43e

Authored by Austin Robertson
1 parent 21e3d848

Fix GitLab Shell version check

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
lib/tasks/gitlab/info.rake
@@ -54,7 +54,7 @@ namespace :gitlab do @@ -54,7 +54,7 @@ namespace :gitlab do
54 54
55 55
56 # check Gitolite version 56 # check Gitolite version
57 - gitlab_shell_version_file = "#{Gitlab.config.gitlab_shell.repos_path}/../gitlab-shell/VERSION" 57 + gitlab_shell_version_file = "#{Gitlab.config.gitlab_shell.hooks_path}/../VERSION"
58 if File.readable?(gitlab_shell_version_file) 58 if File.readable?(gitlab_shell_version_file)
59 gitlab_shell_version = File.read(gitlab_shell_version_file) 59 gitlab_shell_version = File.read(gitlab_shell_version_file)
60 end 60 end