diff options
author | Riyad Preukschas <riyad@informatik.uni-bremen.de> | 2013-01-07 09:41:27 -0800 |
---|---|---|
committer | Riyad Preukschas <riyad@informatik.uni-bremen.de> | 2013-01-07 09:41:27 -0800 |
commit | 9be4c5558f9f6dd04a03573f982d69abefafcef4 (patch) | |
tree | 2c0cb5a0afbd09ef461fa31de8846315d76cee26 /lib/tasks | |
parent | fb470e8e2aff80a16b56f9c5422c04e74dcb213c (diff) | |
parent | 29623d77e48e3fd103990b9582f754fb5792f24e (diff) | |
download | gitlab-ce-9be4c5558f9f6dd04a03573f982d69abefafcef4.tar.gz |
Merge pull request #2485 from gliptak/patch-2
Renaming check function from 1056 to 1059
Diffstat (limited to 'lib/tasks')
-rw-r--r-- | lib/tasks/gitlab/check.rake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/tasks/gitlab/check.rake b/lib/tasks/gitlab/check.rake index 72111f87567..fff1be5577b 100644 --- a/lib/tasks/gitlab/check.rake +++ b/lib/tasks/gitlab/check.rake @@ -256,7 +256,7 @@ namespace :gitlab do start_checking "Environment" check_gitlab_in_git_group - check_issue_1056_shell_profile_error + check_issue_1059_shell_profile_error check_gitlab_git_config check_python2_exists check_python2_version @@ -313,7 +313,7 @@ namespace :gitlab do end # see https://github.com/gitlabhq/gitlabhq/issues/1059 - def check_issue_1056_shell_profile_error + def check_issue_1059_shell_profile_error gitolite_ssh_user = Gitlab.config.gitolite.ssh_user print "Has no \"-e\" in ~#{gitolite_ssh_user}/.profile ... " |