Skip to content

Commit d6ebd0e

Browse files
committed
workbench: small fixes
1 parent eb51ced commit d6ebd0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bench/locli/src/Cardano/Analysis/Run.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ renderAnchorDomains Anchor{..} = mconcat $
7373
renderAnchorNoRuns :: Anchor -> Text
7474
renderAnchorNoRuns a@Anchor{..} = mconcat
7575
[ renderAnchorFiltersAndDomains a
76-
, renderProgramAndVersion aVersion
76+
, ", ", renderProgramAndVersion aVersion
7777
, ", analysed at ", renderAnchorDate a
7878
]
7979

nix/workbench/analyse.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ local op=${1:-standard}; if test $# != 0; then shift; fi
5959
case "$op" in
6060
# 'read-mach-views' "${logs[@]/#/--log }"
6161
multi-run-pattern | multi-pattern | multipat | mp )
62-
analyse ${sargs[*]} multi-run-full $(run list-pattern $1)
62+
analyse ${sargs[*]} multi-run $(run list-pattern $1)
6363
;;
6464

6565
multi-run | multi )

0 commit comments

Comments
 (0)