mirror of
https://github.com/versia-pub/server.git
synced 2026-03-12 21:39:15 +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(
|
||||
`${chalk.green(`✓`)} Created user ${chalk.blue(
|
||||
newUser.username
|
||||
)}`
|
||||
)}${admin ? chalk.green(" (admin)") : ""}`
|
||||
);
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue