Fix $servername in output of discover command

This commit is contained in:
kota kanbe
2016-04-30 11:01:27 +09:00
parent 5999361358
commit 66025b1ae2

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"]