Don't merge flags in checkout-index
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
e3a9e961bf
commit
a4bd7c008d
@ -190,7 +190,7 @@ class GitDownloadStrategy <AbstractDownloadStrategy
|
||||
end
|
||||
end
|
||||
# http://stackoverflow.com/questions/160608/how-to-do-a-git-export-like-svn-export
|
||||
safe_system 'git', 'checkout-index', '-af', "--prefix=#{dst}/"
|
||||
safe_system 'git', 'checkout-index', '-a', '-f', "--prefix=#{dst}/"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user