Explorar el Código

Fix torch script

Lutz Roeder hace 7 años
padre
commit
809fa5f47f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tools/torch

+ 1 - 1
tools/torch

@@ -21,7 +21,7 @@ git_sync() {
         git -C "${third_party}/${1}" reset --quiet --hard origin/master
     else
         echo "Clone ${2}..."
-        git -C "${third_party}" clone --recursive ${2}
+        git -C "${third_party}" clone --recursive ${2} ${1}
     fi
     git -C "${third_party}" submodule update --init
 }