Always do sparse checkout in case new folders are needed in nimgen cfg

This commit is contained in:
Joey Yakimowich-Payne 2018-06-24 08:37:28 +09:00
commit ea6fa57670

View file

@ -135,7 +135,6 @@ proc gitSparseCheckout(plist: string) =
let sparsefile = ".git/info/sparse-checkout"
if fileExists(gOutput/sparsefile):
gitReset()
return
setCurrentDir(gOutput)
defer: setCurrentDir(gProjectDir)