Skip to content

Commit

Permalink
fix: build wallet URL with a trailing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Nov 12, 2020
1 parent 875af56 commit f76ad22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/agoric-cli/lib/open.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default async function walletMain(progname, rawArgs, powers, opts) {
case 'false':
case false:
case undefined:
suffix = '/wallet';
suffix = '/wallet/';
break;
case 'only':
suffix = '?w=0';
Expand Down

0 comments on commit f76ad22

Please sign in to comment.