Skip to content

Commit

Permalink
workbench: small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
deepfire committed Jul 7, 2022
1 parent eb51ced commit b21b4fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/workbench/analyse.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ local op=${1:-standard}; if test $# != 0; then shift; fi
case "$op" in
# 'read-mach-views' "${logs[@]/#/--log }"
multi-run-pattern | multi-pattern | multipat | mp )
analyse ${sargs[*]} multi-run-full $(run list-pattern $1)
analyse ${sargs[*]} multi-run $(run list-pattern $1)
;;

multi-run | multi )
Expand Down

0 comments on commit b21b4fc

Please sign in to comment.