Browse Source

Fix torch script

Lutz Roeder 7 năm trước cách đây
mục cha
commit
809fa5f47f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
 }