2
0
Lutz Roeder 7 жил өмнө
parent
commit
809fa5f47f
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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
 }