Commit d0cdcf74174b2665f7e6a3d746b3d8b6163f8731

Authored by Jacob Vosmaer
1 parent acfa11e1

Use a better example directory name

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
README.md
... ... @@ -104,7 +104,7 @@ By default, omnibus-gitlab stores Git repository data in `/var/opt/gitlab/git-da
104 104 You can change this location by adding the following line to `/etc/gitlab/gitlab.rb`.
105 105  
106 106 ```ruby
107   -git_data_dir "/mnt/nas/gitlab"
  107 +git_data_dir "/mnt/nas/git-data"
108 108 ```
109 109  
110 110 Run `sudo gitlab-ctl reconfigure` for the change to take effect.
... ...