From 4f1121a15d65d5defa7c6e477ed5124b934c461f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sat, 24 May 2025 21:17:13 +0200 Subject: Evaluate jobs with all checkouts in the Eval monad --- src/Command/Log.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Command/Log.hs') diff --git a/src/Command/Log.hs b/src/Command/Log.hs index 5d8c9d4..25bfc06 100644 --- a/src/Command/Log.hs +++ b/src/Command/Log.hs @@ -37,7 +37,7 @@ instance Command LogCommand where cmdLog :: LogCommand -> CommandExec () cmdLog (LogCommand ref) = do einput <- getEvalInput - jid <- either (tfail . textEvalError) return =<< + jid <- either (tfail . textEvalError) (return . jobId) =<< liftIO (runEval (evalJobReference ref) einput) output <- getOutput storageDir <- getStorageDir -- cgit v1.2.3