fix build

This commit is contained in:
Joey Hess 2025-02-27 16:18:04 -04:00
parent d2091730e9
commit b813549b2d
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -10,7 +10,6 @@
module Command.Recompute where module Command.Recompute where
import Command import Command
import qualified Annex
import qualified Remote.Compute import qualified Remote.Compute
import qualified Remote import qualified Remote
import qualified Types.Remote as 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 go program reproducibleconfig state tmpdir ts = do
checkbehaviorchange program state checkbehaviorchange program state
addComputed "processing" False r reproducibleconfig addComputed "processing" False r reproducibleconfig
choosebackend destfile state tmpdir ts choosebackend destfile False state tmpdir ts
checkbehaviorchange program state = do checkbehaviorchange program state = do
let check s w a b = forM_ (M.keys (w a)) $ \f -> let check s w a b = forM_ (M.keys (w a)) $ \f ->