Skip to content

Commit 4ccd1ba

Browse files
Update src/commands/init/ai-rules.ts
Co-authored-by: Eduardo Bouças <[email protected]>
1 parent ad065d7 commit 4ccd1ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/init/ai-rules.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ export const initWithAiRules = async (hash: string, command: BaseCommand): Promi
361361
log(`${chalk.cyan('Project ID:')} ${projectInfo.projectId}`)
362362

363363
// Step 2: Get repository URL from project ID via Netlify site API
364-
log('\n🔗 Linking to Netlify site and fetching repository...')
364+
log('\n🔗 Linking to Netlify project and fetching repository...')
365365
const repositoryUrl = await getRepoUrlFromProjectId(api, projectInfo.projectId)
366366
log(`${chalk.cyan('Repository:')} ${repositoryUrl}`)
367367

0 commit comments

Comments
 (0)