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:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-03-06 06:08:08 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-03-06 06:08:08 +0300
commita6011c3d70e0e8ac318ba6629183c44f8614c4df (patch)
treea3d21394d63c47448998c89f01eb88e57c0ed8ce /doc/development/import_project.md
parentffc757a7a92535559c20eb706593f7358d9bf589 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/import_project.md')
-rw-r--r--doc/development/import_project.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/development/import_project.md b/doc/development/import_project.md
index e92d18b7ace..3cdf2b8977a 100644
--- a/doc/development/import_project.md
+++ b/doc/development/import_project.md
@@ -115,13 +115,13 @@ The last option is to import a project using a Rails console:
project: project).restore
```
- We are storing all import failures in the `import_failures` data table.
+ We are storing all import failures in the `import_failures` data table.
- To make sure that the project import finished without any issues, check:
+ To make sure that the project import finished without any issues, check:
- ```ruby
- project.import_failures.all
- ```
+ ```ruby
+ project.import_failures.all
+ ```
## Performance testing