We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5faa2ff commit 9273577Copy full SHA for 9273577
cli/src/index.ts
@@ -257,7 +257,7 @@ yargs(hideBin(process.argv))
257
if (argv["repo"]) {
258
repoArg = `--repo ${argv["repo"]}`;
259
}
260
- const installScript = "https://raw.githubusercontent.com/wormhole-foundation/example-native-token-transfers/cli/cli/install.sh";
+ const installScript = "https://raw.githubusercontent.com/wormhole-foundation/example-native-token-transfers/main/cli/install.sh";
261
// save it to "$HOME/.ntt-cli/install.sh"
262
const nttDir = `${process.env.HOME}/.ntt-cli`;
263
const installer = `${nttDir}/install.sh`;
0 commit comments