Commit b74a50451c1e80ae59ffad7e8b7316f86476c43e
1 parent
21e3d848
Exists in
master
and in
4 other branches
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 | 54 | |
55 | 55 | |
56 | 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 | 58 | if File.readable?(gitlab_shell_version_file) |
59 | 59 | gitlab_shell_version = File.read(gitlab_shell_version_file) |
60 | 60 | end | ... | ... |