Commit 8353bd8ee320bebe955582af2122b7a0683e53c9
1 parent
6b96ca47
Exists in
master
and in
4 other branches
Forgot gitlab-shell folder
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
lib/tasks/gitlab/check.rake
... | ... | @@ -530,7 +530,7 @@ namespace :gitlab do |
530 | 530 | "sudo -u #{gitlab_shell_ssh_user} ln -sf #{gitlab_shell_hook_file} #{project_hook_file}" |
531 | 531 | ) |
532 | 532 | for_more_information( |
533 | - "#{gitlab_shell_user_home}/support/rewrite-hooks.sh" | |
533 | + "#{gitlab_shell_user_home}/gitlab-shell/support/rewrite-hooks.sh" | |
534 | 534 | ) |
535 | 535 | fix_and_rerun |
536 | 536 | next |
... | ... | @@ -562,7 +562,7 @@ namespace :gitlab do |
562 | 562 | end |
563 | 563 | |
564 | 564 | def gitlab_shell_version |
565 | - gitlab_shell_version_file = "#{gitlab_shell_user_home}/VERSION" | |
565 | + gitlab_shell_version_file = "#{gitlab_shell_user_home}/gitlab-shell/VERSION" | |
566 | 566 | if File.readable?(gitlab_shell_version_file) |
567 | 567 | File.read(gitlab_shell_version_file) |
568 | 568 | end | ... | ... |