summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main/kotlin/Main.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/kotlin/Main.kt b/src/main/kotlin/Main.kt
index 0f8891d..1f43b70 100644
--- a/src/main/kotlin/Main.kt
+++ b/src/main/kotlin/Main.kt
@@ -106,7 +106,7 @@ private fun print(
fun getChangePrefix(name: String, outputType: OutputType): String {
return when (outputType) {
OutputType.DISCORD_INTERNAL -> "- "
- OutputType.GITHUB -> " + "
+ OutputType.GITHUB -> "+ "
OutputType.DISCORD_PUBLIC -> when (name) {
"New Features" -> "+ "
"Improvements" -> "+ "