Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Amirault <mamirault@gitlab.com>2019-07-12 01:53:54 +0300
committerEvan Read <eread@gitlab.com>2019-07-12 01:53:54 +0300
commitb71835818a65d2aa8ae81b4a7dd6ba8689bc55ae (patch)
treedc8d4b7c33ed6b4b767793281386bdfc2ff31450 /doc/raketasks
parente1d1728d409b87916d82698ca107b2c7ba65507e (diff)
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.md2
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.