fix build
authorJoey Hess <joeyh@joeyh.name>
Thu, 27 Feb 2025 20:18:04 +0000 (16:18 -0400)
committerJoey Hess <joeyh@joeyh.name>
Thu, 27 Feb 2025 20:18:04 +0000 (16:18 -0400)
Command/Recompute.hs

index 4a3c8355ad711c029ee187c39c8b1c3e1c4c3f92..ecbc0fde56ea5b5399c0a820de4f96a67cd5ec25 100644 (file)
@@ -10,7 +10,6 @@
 module Command.Recompute where
 
 import Command
-import qualified Annex
 import qualified Remote.Compute
 import qualified Remote
 import qualified Types.Remote as Remote
@@ -120,7 +119,7 @@ perform o r file origkey origstate = do
        go program reproducibleconfig state tmpdir ts = do
                checkbehaviorchange program state
                addComputed "processing" False r reproducibleconfig
-                       choosebackend destfile state tmpdir ts
+                       choosebackend destfile False state tmpdir ts
 
        checkbehaviorchange program state = do
                let check s w a b = forM_ (M.keys (w a)) $ \f ->