diff options
author | Erkin Alp Güney <erkinalp9035@gmail.com> | 2021-12-26 20:26:15 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-26 20:26:15 +0300 |
commit | 2d7d69853f7020f37bff9ddf1bf398fbea40f1f2 (patch) | |
tree | 2deb5316595005194c0443f040c97d72c7b0f55d /bundle | |
parent | Merge pull request #560 from ImAaronFR/patch-1 (diff) | |
download | server-2d7d69853f7020f37bff9ddf1bf398fbea40f1f2.tar.xz |
Fix the casing
Co-authored-by: TheArcaneBrony<myrainbowdash949@gmail.com>
Diffstat (limited to 'bundle')
-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 18450979..1b21659e 100644 --- a/bundle/src/start.ts +++ b/bundle/src/start.ts @@ -31,7 +31,7 @@ if (cluster.isMaster) { ╚═╝ ╚═════╝ ╚══════╝╚══════╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝╚═════╝ fosscord-server | ${yellow( - `Pre-Release (${ + `Pre-release (${ commit !== null ? commit.slice(0, 7) : "Unknown (Git cannot be found)" |