Merge pull request #45 from future-architect/fix_prefix_of_servername_slack

Fix $servername in output of discover command
This commit is contained in:
Kota Kanbe
2016-04-30 11:06:26 +09:00

View File

@@ -93,7 +93,7 @@ func printConfigToml(ips []string) (err error) {
[slack]
hookURL = "https://hooks.slack.com/services/abc123/defghijklmnopqrstuvwxyz"
channel = "#channel-name"
#channel = "#{servername}"
#channel = "${servername}"
iconEmoji = ":ghost:"
authUser = "username"
notifyUsers = ["@username"]