Skip to content

Commit 238caac

Browse files
committed
Merge pull request #207 from codr/patch-2
Update README.md
2 parents a047e1e + eebc96d commit 238caac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/centos/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ Your password has been accepted successfully and you can type \q to quit.
439439
sudo -u git -H cp config/initializers/rack_attack.rb.example config/initializers/rack_attack.rb
440440

441441
# Configure Git global settings for git user, useful when editing via web
442-
# Edit user.email according to what is set in gitlab.yml
442+
# Edit user.email according to what is set in config/gitlab.yml
443443
sudo -u git -H git config --global user.name "GitLab"
444444
sudo -u git -H git config --global user.email "gitlab@localhost"
445445
sudo -u git -H git config --global core.autocrlf input

0 commit comments

Comments
 (0)