Add comma to sentence (#54)

Makes it read nicer.
This commit is contained in:
Andrew Morgan 2019-04-06 20:41:15 +01:00 committed by Tulir Asokan
parent 043820755f
commit 99ce84151a

View file

@ -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)
}