Skip to content

Commit

Permalink
debug(integration-test): use an errorneous dapp-template as default
Browse files Browse the repository at this point in the history
  • Loading branch information
LuqiPan committed Mar 12, 2024
1 parent d1d4d6d commit e48e0b5
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 @@ -19,7 +19,7 @@ import followMain from './follow.js';
import walletMain from './open.js';
import { makeWalletCommand } from './commands/wallet.js';

const DEFAULT_DAPP_TEMPLATE = 'dapp-offer-up';
const DEFAULT_DAPP_TEMPLATE = 'dapp-dont-exist';
const DEFAULT_DAPP_URL_BASE = 'https://github.com/Agoric/';
const DEFAULT_DAPP_BRANCH = undefined;

Expand Down

0 comments on commit e48e0b5

Please sign in to comment.