Update plugin config in config file.

This commit is contained in:
Cyril Duez
2016-05-27 11:28:03 +02:00
parent 9a5be78719
commit cab64f1a0b
2 changed files with 5 additions and 6 deletions

View File

@@ -30,7 +30,7 @@ func NewGithubWebhooks() *GithubWebhooks {
func (gh *GithubWebhooks) SampleConfig() string {
return `
## Address and port to host Webhook listener on
## Path of the global server
path = "/github"
`
}