From a5f20f40840a0cbc1580261bff3d3a7fd2cdc29b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sat, 24 May 2025 09:37:52 +0200 Subject: Parse parentheses in job reference --- src/Command/JobId.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Command/JobId.hs') diff --git a/src/Command/JobId.hs b/src/Command/JobId.hs index 1cfd18c..429e2a0 100644 --- a/src/Command/JobId.hs +++ b/src/Command/JobId.hs @@ -44,7 +44,7 @@ instance Command JobIdCommand where "show detals of the ID" ] - commandInit _ opts = JobIdCommand opts . JobRef . T.splitOn "." + commandInit _ opts = JobIdCommand opts . parseJobRef commandExec = cmdJobId -- cgit v1.2.3