Skip to content

Commit

Permalink
Fix args for running from cabal
Browse files Browse the repository at this point in the history
  • Loading branch information
karknu committed Feb 18, 2020
1 parent b6084fc commit c963f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarking/cluster3nodes/run-3node-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if [ -z "${TMUX}" ]; then
exit 1
fi

RUNNER=${RUNNER:-cabal v2-run -v0}
RUNNER=${RUNNER:-cabal v2-exec -v0}
CMD="${RUNNER} cardano-node --"

# VERBOSITY="--tracing-verbosity-minimal"
Expand Down

0 comments on commit c963f3d

Please sign in to comment.