diff options
author | Marcel Amirault <mamirault@gitlab.com> | 2019-07-11 22:53:54 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-07-11 22:53:54 +0000 |
commit | b71835818a65d2aa8ae81b4a7dd6ba8689bc55ae (patch) | |
tree | dc8d4b7c33ed6b4b767793281386bdfc2ff31450 /doc/raketasks | |
parent | e1d1728d409b87916d82698ca107b2c7ba65507e (diff) | |
download | gitlab-ce-b71835818a65d2aa8ae81b4a7dd6ba8689bc55ae.tar.gz |
Remove hard tabs from docs
Hard tabs do not follow general markdown guidelines
are were removed from the few docs that used them
Diffstat (limited to 'doc/raketasks')
-rw-r--r-- | doc/raketasks/import.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/raketasks/import.md b/doc/raketasks/import.md index b59c06a24ea..8f65fab366e 100644 --- a/doc/raketasks/import.md +++ b/doc/raketasks/import.md @@ -100,7 +100,7 @@ the git repository's config file. This section is formatted as follows: ``` [gitlab] - fullpath = gitlab-org/gitlab-ce + fullpath = gitlab-org/gitlab-ce ``` However, existing repositories were not migrated to include this path. |