Skip to content

Commit

Permalink
fix terms of use url
Browse files Browse the repository at this point in the history
  • Loading branch information
haseebrabbani committed Apr 1, 2022
1 parent a300e76 commit 25814fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/commands/init/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@ export default function provideInit(
const npmInstallResult = shell.exec(`npm install`)
assertShellResult(npmInstallResult, `error installing npm dependencies`)

console.log(`You agree that your use is subject to the terms and conditions found at https://forta.org/terms-of-use/`)
console.log(`You agree that your use is subject to the terms and conditions found at https://forta.org/legal`)
}
}

0 comments on commit 25814fe

Please sign in to comment.