Skip to content

Commit

Permalink
fix(integration-test): set --dapp-template at registry.sh level
Browse files Browse the repository at this point in the history
  • Loading branch information
LuqiPan committed Jan 25, 2024
1 parent 2097951 commit 8ec4ed3
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-branch=$2\"]"
persistVar AGORIC_INIT_OPTIONS "[\"--dapp-template=dapp-fungible-faucet\"]"

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

0 comments on commit 8ec4ed3

Please sign in to comment.