raco pkg clone: avoid fetching by commit id
A commit id apparently doesn't work in place of a <refexp> in some versions of Git.
This commit is contained in:
parent
633f780f50
commit
ae3b59475a
|
@ -154,7 +154,7 @@
|
|||
(download-printf "Cloning repository locally for staging\n")
|
||||
(git #:status status "clone" clone-dir tmp-dir)
|
||||
(parameterize ([current-directory tmp-dir])
|
||||
(git #:status status "fetch" clone-dir (or checksum branch))
|
||||
(git #:status status "fetch" clone-dir branch)
|
||||
(git #:status status "checkout" (or checksum branch)))
|
||||
|
||||
(lift-git-directory-content tmp-dir path)
|
||||
|
|
Loading…
Reference in New Issue
Block a user