diff options
author | Erkin Alp Güney <erkinalp9035@gmail.com> | 2021-12-26 18:10:50 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-26 18:10:50 +0300 |
commit | 2be1574041fc428ba0de42ebf639d7ea3247b504 (patch) | |
tree | 5ecf89c8e9ec3db10e073b5105dc280f9d5534d5 | |
parent | Initial implementation of the remote server shutdown route (diff) | |
parent | Fixed mistype (diff) | |
download | server-2be1574041fc428ba0de42ebf639d7ea3247b504.tar.xz |
Merge pull request #560 from ImAaronFR/patch-1
Fixed mistype
-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)" |