Skip to content

Commit 50970ef

Browse files
committed
fix: correct typo in ASCII art banner (AGEENTS -> AGENTS)
1 parent 9ec5d6f commit 50970ef

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/commands/init.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ export const initCommand = async (targetPath: string): Promise<void> => {
2626
// ASCII art banner
2727
console.log(
2828
chalk.cyan(`
29-
███████╗██╗ ██╗██████╗ ███████╗██████╗ █████╗ ██████╗ ███████╗███████╗███╗ ██╗████████╗███████╗
30-
██╔════╝██║ ██║██╔══██╗██╔════╝██╔══██╗██╔══██╗██╔════╝ ██╔════╝██╔════╝████╗ ██║╚══██╔══╝██╔════╝
31-
███████╗██║ ██║██████╔╝█████╗ ██████╔╝███████║██║ ███╗█████╗ █████╗ ██╔██╗ ██║ ██║ ███████╗
32-
╚════██║██║ ██║██╔═══╝ ██╔══╝ ██╔══██╗██╔══██║██║ ██║██╔══╝ ██╔══╝ ██║╚██╗██║ ██║ ╚════██║
33-
███████║╚██████╔╝██║ ███████╗██║ ██║██║ ██║╚██████╔╝███████╗███████╗██║ ╚████║ ██║ ███████║
34-
╚══════╝ ╚═════╝ ╚═╝ ╚══════╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝ ╚══════╝╚══════╝╚═╝ ╚═══╝ ╚═╝ ╚══════╝
29+
███████╗██╗ ██╗██████╗ ███████╗██████╗ █████╗ ██████╗ ███████╗███╗ ██╗████████╗███████╗
30+
██╔════╝██║ ██║██╔══██╗██╔════╝██╔══██╗██╔══██╗██╔════╝ ██╔════╝████╗ ██║╚══██╔══╝██╔════╝
31+
███████╗██║ ██║██████╔╝█████╗ ██████╔╝███████║██║ ███╗█████╗ ██╔██╗ ██║ ██║ ███████╗
32+
╚════██║██║ ██║██╔═══╝ ██╔══╝ ██╔══██╗██╔══██║██║ ██║██╔══╝ ██║╚██╗██║ ██║ ╚════██║
33+
███████║╚██████╔╝██║ ███████╗██║ ██║██║ ██║╚██████╔╝███████╗██║ ╚████║ ██║ ███████║
34+
╚══════╝ ╚═════╝ ╚═╝ ╚══════╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═══╝ ╚═╝ ╚══════╝
3535
`)
3636
);
3737
console.log(

0 commit comments

Comments
 (0)