From f8795d0c0129f1a2e5b2f073cdacc8f8642ef188 Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Fri, 29 Dec 2017 13:17:25 +0530 Subject: [PATCH] git-submodule: use the standard directory convention --- pages/common/git-submodule.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/git-submodule.md b/pages/common/git-submodule.md index cfdf0b15f7..181feaf74d 100644 --- a/pages/common/git-submodule.md +++ b/pages/common/git-submodule.md @@ -12,7 +12,7 @@ - Add a git repository as a submodule at the specified directory: -`git submodule add {{repository_url}} {{directory}}` +`git submodule add {{repository_url}} {{path/to/directory}}` - Update every submodule to its latest commit: