From d3a3c722c974b6c6b5890456b59776fe28086c25 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 23 Sep 2024 16:02:39 -0400 Subject: [PATCH] oops --- Annex/Sim.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Annex/Sim.hs b/Annex/Sim.hs index eda3fcc1fa..002dcb4934 100644 --- a/Annex/Sim.hs +++ b/Annex/Sim.hs @@ -508,7 +508,7 @@ handleStep startn n st | otherwise = return st where runrest actions st' n' - | n > 0 = do + | n' > 0 = do (st'', restactions) <- runoneaction actions st' if null restactions then handleStep startn n' st'