Skip to content

Commit

Permalink
fix: make scenario2 Makefile rules work again
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Jul 19, 2020
1 parent 987426f commit 3c2647a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/cosmic-swingset/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@ scenario2-setup-nobuild:
$(MAKE) set-local-gci-ingress

scenario2-run-chain:
ROLE=two_chain $(NODE_DEBUG) \
`$(BREAK_CHAIN) && echo --inspect-brk` $(AGC) --home=t1/n0 start --pruning=nothing
$(AGC) `$(BREAK_CHAIN) && echo --inspect-brk` --home=t1/n0 start --pruning=nothing

# Provision and start a client.
scenario2-run-client: t1-provision-one t1-start-ag-solo
Expand Down

0 comments on commit 3c2647a

Please sign in to comment.