Skip to content

Commit

Permalink
fix(agoric-cli): use https://github.com instead of git://...`
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Jan 11, 2022
1 parent 72cc8d6 commit 44e90b0
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 @@ -11,7 +11,7 @@ import startMain from './start.js';
import walletMain from './open.js';

const DEFAULT_DAPP_TEMPLATE = 'dapp-fungible-faucet';
const DEFAULT_DAPP_URL_BASE = 'git://github.com/Agoric/';
const DEFAULT_DAPP_URL_BASE = 'https://github.com/Agoric/';
const DEFAULT_DAPP_BRANCH = undefined;

const STAMP = '_agstate';
Expand Down

0 comments on commit 44e90b0

Please sign in to comment.