diff options
author | ImAaronFR <96433859+ImAaronFR@users.noreply.github.com> | 2021-12-26 18:36:46 +0330 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-26 18:36:46 +0330 |
commit | 37c31f647d1b07526aa1669bf374486972bdde43 (patch) | |
tree | e2664fe4bde710597d660cfc6127dda267e963d8 | |
parent | Initial implementation of the remote server shutdown route (diff) | |
download | server-37c31f647d1b07526aa1669bf374486972bdde43.tar.xz |
Fixed mistype
Pre-relase ----> Pre-Release
-rw-r--r-- | bundle/src/start.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bundle/src/start.ts b/bundle/src/start.ts index 8725ba61..18450979 100644 --- a/bundle/src/start.ts +++ b/bundle/src/start.ts @@ -31,7 +31,7 @@ if (cluster.isMaster) { ╚═╝ ╚═════╝ ╚══════╝╚══════╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝╚═════╝ fosscord-server | ${yellow( - `Pre-relase (${ + `Pre-Release (${ commit !== null ? commit.slice(0, 7) : "Unknown (Git cannot be found)" |