From b813549b2d256cfd73b0b0491bbb4e2c5af7ee6c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 27 Feb 2025 16:18:04 -0400 Subject: [PATCH] fix build --- Command/Recompute.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Command/Recompute.hs b/Command/Recompute.hs index 4a3c8355ad..ecbc0fde56 100644 --- a/Command/Recompute.hs +++ b/Command/Recompute.hs @@ -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 ->