Skip to content

Commit 5285a5d

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

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
@@ -351,7 +351,7 @@ export const initWithAiRules = async (hash: string, command: BaseCommand): Promi
351351

352352
try {
353353
// Step 1: Decode hash and fetch project information
354-
log('\n📋 Decoding project hash...')
354+
log('\n📋 Extracting project details...')
355355
const decodedUrl = decodeHash(hash)
356356
log(`${chalk.cyan('Decoded URL:')} ${decodedUrl}`)
357357

0 commit comments

Comments
 (0)