Commit 29623d77e48e3fd103990b9582f754fb5792f24e
1 parent
e6c0673e
Exists in
master
and in
4 other branches
Renaming check function from 1056 to 1059
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
lib/tasks/gitlab/check.rake
... | ... | @@ -256,7 +256,7 @@ namespace :gitlab do |
256 | 256 | start_checking "Environment" |
257 | 257 | |
258 | 258 | check_gitlab_in_git_group |
259 | - check_issue_1056_shell_profile_error | |
259 | + check_issue_1059_shell_profile_error | |
260 | 260 | check_gitlab_git_config |
261 | 261 | check_python2_exists |
262 | 262 | check_python2_version |
... | ... | @@ -313,7 +313,7 @@ namespace :gitlab do |
313 | 313 | end |
314 | 314 | |
315 | 315 | # see https://github.com/gitlabhq/gitlabhq/issues/1059 |
316 | - def check_issue_1056_shell_profile_error | |
316 | + def check_issue_1059_shell_profile_error | |
317 | 317 | gitolite_ssh_user = Gitlab.config.gitolite.ssh_user |
318 | 318 | print "Has no \"-e\" in ~#{gitolite_ssh_user}/.profile ... " |
319 | 319 | ... | ... |