From f3ad9fbe9ec21b8ec66763f0861c87203b8cb8af Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 25 Jun 2025 09:07:32 -0400 Subject: [PATCH] fix windows build --- Annex/Import.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Annex/Import.hs b/Annex/Import.hs index b9c1b74e87..b1ace3468e 100644 --- a/Annex/Import.hs +++ b/Annex/Import.hs @@ -1125,7 +1125,7 @@ getImportableContents r importtreeconfig ci matcher = do notignored = notIgnoredImportLocation importtreeconfig ci loc #ifdef mingw32_HOST_OS - loc' = fromOsPath (fromImportLocation loc) + loc' = fromOsPath (fromImportLocation loc) #endif wantedunder dbhandle root (loc, v) =