Skip to content

Commit

Permalink
fix instructions so that '--deployment-file' argument points to corre…
Browse files Browse the repository at this point in the history
…ct yaml file
  • Loading branch information
Petri Savolainen committed May 22, 2018
1 parent 360a51c commit 76310ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crowdsales/crowdsale-token-example-ganache.yml
Expand Up @@ -10,7 +10,7 @@
#
# Then in another terminal you can run a command to deploy this token script:
#
# deploy-contracts --address=coinbase --deployment-file=crowdsales/crowdsale-token-example.yml --deployment-name=local-token
# deploy-contracts --address=coinbase --deployment-file=crowdsales/crowdsale-token-example-ganache.yml --deployment-name=local-token
#
# This will deploy a new token using the default coinbase account
# on the local chain. Running the command takes ~60 seconds.
Expand Down

0 comments on commit 76310ab

Please sign in to comment.