diff options
author | Sean McGivern <sean@mcgivern.me.uk> | 2017-01-18 13:24:34 +0000 |
---|---|---|
committer | Sean McGivern <sean@mcgivern.me.uk> | 2017-01-18 13:24:34 +0000 |
commit | 5e9196b3bcc31ce7fd698ed49af5d39eae1da630 (patch) | |
tree | 918d8c08443f3c2a84c525a945344b63480ac962 | |
parent | cdf0af666c04290ece320e39a890af75f2e7d7e4 (diff) | |
parent | c79e12b5be09a3839060d151f7048eaf0f42fcee (diff) | |
download | gitlab-ce-5e9196b3bcc31ce7fd698ed49af5d39eae1da630.tar.gz |
Merge branch 'patch-12' into 'master'
Fixing typo
See merge request !8621
-rw-r--r-- | doc/workflow/importing/migrating_from_svn.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/workflow/importing/migrating_from_svn.md b/doc/workflow/importing/migrating_from_svn.md index 423b095e69e..7a3628a39d7 100644 --- a/doc/workflow/importing/migrating_from_svn.md +++ b/doc/workflow/importing/migrating_from_svn.md @@ -79,7 +79,7 @@ Now that SubGit has configured the Git/SVN repos, run `subgit` to perform the initial translation of existing SVN revisions into the Git repository: ``` -subgit install $GIT_REPOS_PATH +subgit install $GIT_REPO_PATH ``` After the initial translation is completed, the Git repository and the SVN |