Skip to content
Snippets Groups Projects
Commit b74a5045 authored by Austin Robertson's avatar Austin Robertson
Browse files

Fix GitLab Shell version check

parent 21e3d848
No related branches found
No related tags found
2 merge requests!5081fixed command to update init script,!4854Fix GitLab Shell version check
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment