Skip to content

Commit

Permalink
tr
Browse files Browse the repository at this point in the history
  • Loading branch information
Peiyang-Song committed May 28, 2024
1 parent 864bf2b commit 33162bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ModelCheckpointManager/Download.lean
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ def downloadUnlessUpToDate (url : Url) : IO Unit := do

initGitLFS
let proc ← IO.Process.output {
cmd := "git"
args := #["clone", toString url, "GIT_CLONE_PROTECTION_ACTIVE=false"]
cmd := "GIT_CLONE_PROTECTION_ACTIVE=false git"
args := #["clone", toString url]
cwd := parentDir
}
if proc.exitCode != 0 then
Expand Down

0 comments on commit 33162bc

Please sign in to comment.