Commit 2b60a67e authored by Evan Read's avatar Evan Read

Merge branch 'patch-65' into 'master'

Update import.md - fix documented mkdir command so it can succeed

See merge request gitlab-org/gitlab-ce!28616
parents 96fdba88 10ff5ca7
......@@ -16,7 +16,7 @@
The new folder needs to have git user ownership and read/write/execute access for git user and its group:
```
sudo -u git mkdir /var/opt/gitlab/git-data/repository-import-<date>/new_group
sudo -u git mkdir -p /var/opt/gitlab/git-data/repository-import-<date>/new_group
```
### Copy your bare repositories inside this newly created folder:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment