Skip to content

Commit

Permalink
fixup! feat(runner): remove agoric-cli dep for starting client
Browse files Browse the repository at this point in the history
Co-authored-by: Michael FIG <mfig@agoric.com>
  • Loading branch information
mhofman and michaelfig authored Jan 11, 2022
1 parent afdc022 commit 58cd8be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner/lib/tasks/testnet.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export const makeTasks = ({
}

// Don't pipe output to console, it's too noisy
const statusCp = spawn(sdkBinaries.cosmosChain, args, {
const statusCp = spawn(sdkBinaries.cosmosHelper, args, {
stdio: ['ignore', 'pipe', 'pipe'],
});

Expand Down

0 comments on commit 58cd8be

Please sign in to comment.