From c79e12b5be09a3839060d151f7048eaf0f42fcee Mon Sep 17 00:00:00 2001
From: Cristian Thiago Moecke <contato@cristiantm.com.br>
Date: Wed, 18 Jan 2017 11:42:40 +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 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
-- 
GitLab