fix windows build
authorJoey Hess <joeyh@joeyh.name>
Wed, 25 Jun 2025 13:07:32 +0000 (09:07 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 25 Jun 2025 13:07:32 +0000 (09:07 -0400)
Annex/Import.hs

index b9c1b74e87181da438eb7afcb35bd73043a8439d..b1ace3468efbcbc5f0edf724812a25e5a871a835 100644 (file)
@@ -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) =