summary refs log tree commit diff
diff options
context:
space:
mode:
authorErkin Alp Güney <erkinalp9035@gmail.com>2021-12-26 20:26:15 +0300
committerGitHub <noreply@github.com>2021-12-26 20:26:15 +0300
commit2d7d69853f7020f37bff9ddf1bf398fbea40f1f2 (patch)
tree2deb5316595005194c0443f040c97d72c7b0f55d
parentMerge pull request #560 from ImAaronFR/patch-1 (diff)
downloadserver-2d7d69853f7020f37bff9ddf1bf398fbea40f1f2.tar.xz
Fix the casing
Co-authored-by: TheArcaneBrony<myrainbowdash949@gmail.com>
-rw-r--r--bundle/src/start.ts2
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)"