summary refs log tree commit diff
path: root/bundle
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
commit6136cd85f2dd5d1048c8a3f225d2222d9a0b56d8 (patch)
tree2efd78b59c7dc98303ab53ec3245d5f7d3a63f7d /bundle
parentMerge pull request #560 from ImAaronFR/patch-1 (diff)
downloadserver-6136cd85f2dd5d1048c8a3f225d2222d9a0b56d8.tar.xz
Fix the casing
Co-authored-by: TheArcaneBrony<myrainbowdash949@gmail.com>
Diffstat (limited to 'bundle')
-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)"