Skip to content

Commit

Permalink
fix(agoric-cli): open should default to localhost, not numeric IPv4
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Nov 14, 2023
1 parent 987d6a5 commit 0800b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/agoric-cli/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const main = async (progname, rawArgs, powers) => {
.option(
'--hostport <host:port>',
'host and port to connect to VM',
'127.0.0.1:8000',
'localhost:8000',
)
.option('--no-browser', `just display the URL, don't open a browser`)
.option(
Expand Down

0 comments on commit 0800b1e

Please sign in to comment.