From 2eadd5d467930196d6f18ece14886b07e7953e39 Mon Sep 17 00:00:00 2001 From: Cristian Thiago Moecke Date: Wed, 18 Jan 2017 11:35:27 +0000 Subject: [PATCH] Fixing typo --- doc/workflow/importing/migrating_from_svn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/workflow/importing/migrating_from_svn.md b/doc/workflow/importing/migrating_from_svn.md index 423b095e69e755..7a3628a39d70a8 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 -- GitLab