summary refs log tree commit diff
path: root/bundle/src
diff options
context:
space:
mode:
authorThe Arcane Brony <myrainbowdash949@gmail.com>2021-12-21 11:56:33 +0100
committerThe Arcane Brony <myrainbowdash949@gmail.com>2021-12-21 11:56:33 +0100
commitd0cd5b7040445447beb3057e0b0332c2ab109cdb (patch)
tree7513577b1b796095f7ba2c39fc22c9563a1b9128 /bundle/src
parentFix people not being able to create issues (diff)
downloadserver-d0cd5b7040445447beb3057e0b0332c2ab109cdb.tar.xz
Repo cleanup, remove fs-extras
Diffstat (limited to 'bundle/src')
-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 8725ba61..1b21659e 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)"