diff options
Diffstat (limited to 'scripts/reset-password.ts')
-rwxr-xr-x | scripts/reset-password.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/reset-password.ts b/scripts/reset-password.ts index bf6535cea..6372095d6 100755 --- a/scripts/reset-password.ts +++ b/scripts/reset-password.ts | |||
@@ -21,7 +21,7 @@ initDatabaseModels(true) | |||
21 | }) | 21 | }) |
22 | .then(user => { | 22 | .then(user => { |
23 | if (!user) { | 23 | if (!user) { |
24 | console.error('User unknown.') | 24 | console.error('Unknown user.') |
25 | process.exit(-1) | 25 | process.exit(-1) |
26 | } | 26 | } |
27 | 27 | ||