diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2025-04-05 21:41:46 +0200 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2025-04-08 22:19:55 +0200 |
commit | 6645caa6796c1f253aded5c483e9f4d504f5fba5 (patch) | |
tree | 51546aabeeb8d9f14af8dbbb2848a53ecf4a9398 /src/Command/JobId.hs | |
parent | 6350311e81bb116bb7975bcc76e1dc9577194531 (diff) |
Put job ID to evaluated job
Diffstat (limited to 'src/Command/JobId.hs')
-rw-r--r-- | src/Command/JobId.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Command/JobId.hs b/src/Command/JobId.hs index eb51a66..d0a85db 100644 --- a/src/Command/JobId.hs +++ b/src/Command/JobId.hs @@ -35,4 +35,4 @@ cmdJobId (JobIdCommand ref) = do JobId ids <- either (tfail . textEvalError) return =<< liftIO (runEval (evalJobReference ref) einput) - liftIO $ T.putStrLn $ T.intercalate "." $ map textJobIdPart ids + liftIO $ T.putStrLn $ textJobId $ JobId ids |