From 99ce84151af72d8c4f1a31e363cd60216adf6e89 Mon Sep 17 00:00:00 2001 From: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> Date: Sat, 6 Apr 2019 20:41:15 +0100 Subject: [PATCH] Add comma to sentence (#54) Makes it read nicer. --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 57eda98..2a75259 100644 --- a/main.go +++ b/main.go @@ -56,7 +56,7 @@ func (bridge *Bridge) GenerateRegistration() { fmt.Fprintln(os.Stderr, "Failed to save config:", err) os.Exit(22) } - fmt.Println("Registration generated. Add the path to the registration to your Synapse config restart it, then start the bridge.") + fmt.Println("Registration generated. Add the path to the registration to your Synapse config, restart it, then start the bridge.") os.Exit(0) }