summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Bastien <martin.bastien@studiofrenetic.com>2013-02-12 12:49:11 -0500
committerMartin Bastien <martin.bastien@studiofrenetic.com>2013-02-12 12:49:11 -0500
commit8353bd8ee320bebe955582af2122b7a0683e53c9 (patch)
treecbd4d0db6ae280e80ede7fcef45989f91693eeb2
parent6b96ca47e036759aa9f3c636b2f0e32ac36651c8 (diff)
downloadgitlab-ce-8353bd8ee320bebe955582af2122b7a0683e53c9.tar.gz
Forgot gitlab-shell folder
-rw-r--r--lib/tasks/gitlab/check.rake4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/tasks/gitlab/check.rake b/lib/tasks/gitlab/check.rake
index 3caa1dce2ae..6a138396087 100644
--- a/lib/tasks/gitlab/check.rake
+++ b/lib/tasks/gitlab/check.rake
@@ -530,7 +530,7 @@ namespace :gitlab do
"sudo -u #{gitlab_shell_ssh_user} ln -sf #{gitlab_shell_hook_file} #{project_hook_file}"
)
for_more_information(
- "#{gitlab_shell_user_home}/support/rewrite-hooks.sh"
+ "#{gitlab_shell_user_home}/gitlab-shell/support/rewrite-hooks.sh"
)
fix_and_rerun
next
@@ -562,7 +562,7 @@ namespace :gitlab do
end
def gitlab_shell_version
- gitlab_shell_version_file = "#{gitlab_shell_user_home}/VERSION"
+ gitlab_shell_version_file = "#{gitlab_shell_user_home}/gitlab-shell/VERSION"
if File.readable?(gitlab_shell_version_file)
File.read(gitlab_shell_version_file)
end