diff options
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 |