From 1f01dbd2b1d3fb89efdaab56bc52d82a8ed0483e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Tue, 1 Apr 2025 23:33:06 +0200 Subject: Job root either as repo or jobfile --- src/Command/JobId.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/Command/JobId.hs') diff --git a/src/Command/JobId.hs b/src/Command/JobId.hs index 9f531d6..eb51a66 100644 --- a/src/Command/JobId.hs +++ b/src/Command/JobId.hs @@ -31,9 +31,8 @@ instance Command JobIdCommand where cmdJobId :: JobIdCommand -> CommandExec () cmdJobId (JobIdCommand ref) = do - config <- getConfig einput <- getEvalInput JobId ids <- either (tfail . textEvalError) return =<< - liftIO (runEval (evalJobReference config ref) einput) + liftIO (runEval (evalJobReference ref) einput) liftIO $ T.putStrLn $ T.intercalate "." $ map textJobIdPart ids -- cgit v1.2.3