Parcourir la source

git-submodule: use the standard directory convention

Agniva De Sarker il y a 7 ans
Parent
commit
f8795d0c01
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      pages/common/git-submodule.md

+ 1 - 1
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: