Skip to content

Commit

Permalink
Merge pull request #45 from future-architect/fix_prefix_of_servername…
Browse files Browse the repository at this point in the history
…_slack

Fix $servername in output of discover command
  • Loading branch information
kotakanbe committed Apr 30, 2016
2 parents 5999361 + 66025b1 commit 9e9e538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/discover.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 9e9e538

Please sign in to comment.