Skip to content

Commit

Permalink
Revert "fix(integration-test): set --dapp-template at registry.sh level"
Browse files Browse the repository at this point in the history
This reverts commit 8ec4ed3.
  • Loading branch information
LuqiPan committed Jan 26, 2024
1 parent 9c7dc74 commit cf37902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/registry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ integrationTest() {
persistVar AGORIC_INSTALL_OPTIONS "[\"$DISTTAG\"]"
}
persistVar AGORIC_START_OPTIONS '["--rebuild"]'
persistVar AGORIC_INIT_OPTIONS "[\"--dapp-template=dapp-fungible-faucet\"]"
persistVar AGORIC_INIT_OPTIONS "[\"--dapp-branch=$2\"]"

(
cd "$thisdir/../packages/agoric-cli"
Expand Down

0 comments on commit cf37902

Please sign in to comment.