Procházet zdrojové kódy

git-submodule: use the standard directory convention

Agniva De Sarker před 7 roky
rodič
revize
f8795d0c01
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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: