mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
Fix user creation message formatting
This commit is contained in:
parent
5287ceb99e
commit
97af3bc2d0
1 changed files with 1 additions and 1 deletions
2
cli.ts
2
cli.ts
|
|
@ -97,7 +97,7 @@ switch (command) {
|
||||||
console.log(
|
console.log(
|
||||||
`${chalk.green(`✓`)} Created user ${chalk.blue(
|
`${chalk.green(`✓`)} Created user ${chalk.blue(
|
||||||
newUser.username
|
newUser.username
|
||||||
)}`
|
)}${admin ? chalk.green(" (admin)") : ""}`
|
||||||
);
|
);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue