From ea6fa57670b121535d3d032aac1725de13e0626f Mon Sep 17 00:00:00 2001 From: Joey Yakimowich-Payne Date: Sun, 24 Jun 2018 08:37:28 +0900 Subject: [PATCH] Always do sparse checkout in case new folders are needed in nimgen cfg --- nimgen.nim | 1 - 1 file changed, 1 deletion(-) diff --git a/nimgen.nim b/nimgen.nim index 750f085..f5ba530 100644 --- a/nimgen.nim +++ b/nimgen.nim @@ -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)