Skip to content

Commit 9273577

Browse files
committed
cli: update install script URL to main branch
Now that it's available.
1 parent 5faa2ff commit 9273577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ yargs(hideBin(process.argv))
257257
if (argv["repo"]) {
258258
repoArg = `--repo ${argv["repo"]}`;
259259
}
260-
const installScript = "https://raw.githubusercontent.com/wormhole-foundation/example-native-token-transfers/cli/cli/install.sh";
260+
const installScript = "https://raw.githubusercontent.com/wormhole-foundation/example-native-token-transfers/main/cli/install.sh";
261261
// save it to "$HOME/.ntt-cli/install.sh"
262262
const nttDir = `${process.env.HOME}/.ntt-cli`;
263263
const installer = `${nttDir}/install.sh`;

0 commit comments

Comments
 (0)