Skip to content

Commit

Permalink
feat: update url to include utm tags (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbh123 authored Feb 8, 2024
1 parent 34d57dd commit 195ef87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ if (process.env.REPLICATE_API_TOKEN) {
const question = promisify(rl.question).bind(rl)
const answer = await question('Open your browser to copy a Replicate API token? (Y/n) ')
if (answer.toLowerCase() === 'y' || answer === '') {
await open('https://replicate.com/account')
await open('https://replicate.com/account?utm_campaign=create-replicate&utm_source=create-replicate')
const token = readlineSync.question('Paste your API token here: ', { hideEchoBack: true })

// Add the pasted token to the user's local .env file for when they run their project
Expand Down

0 comments on commit 195ef87

Please sign in to comment.