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:
Diffstat (limited to 'doc/raketasks/import.md')
-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 b18413987a3..7f817f9c422 100644
--- a/doc/raketasks/import.md
+++ b/doc/raketasks/import.md
@@ -142,7 +142,7 @@ to do so. In a Rails console session, run the following to migrate a project:
```ruby
project = Project.find_by_full_path('gitlab-org/gitlab')
-project.write_repository_config
+project.set_full_path
```
In a Rails console session, run the following to migrate all of a namespace's