summaryrefslogtreecommitdiff
path: root/src/Command/Log.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Command/Log.hs')
-rw-r--r--src/Command/Log.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Command/Log.hs b/src/Command/Log.hs
index 92866d4..5d8c9d4 100644
--- a/src/Command/Log.hs
+++ b/src/Command/Log.hs
@@ -30,7 +30,7 @@ instance Command LogCommand where
[ "Usage: minici log <job ref>"
]
- commandInit _ _ = LogCommand . JobRef . T.splitOn "."
+ commandInit _ _ = LogCommand . parseJobRef
commandExec = cmdLog