diff --git a/src/github.com/matrix-org/go-neb/services/slackapi/slackapi.go b/src/github.com/matrix-org/go-neb/services/slackapi/slackapi.go index 6b79d0b..d78c492 100644 --- a/src/github.com/matrix-org/go-neb/services/slackapi/slackapi.go +++ b/src/github.com/matrix-org/go-neb/services/slackapi/slackapi.go @@ -15,7 +15,7 @@ const ServiceType = "slackapi" type Service struct { types.DefaultService webhookEndpointURL string - // The URL which should be added to .travis.yml - Populated by Go-NEB after Service registration. + // The URL which should be given to an outgoing slack webhook - Populated by Go-NEB after Service registration. WebhookURL string `json:"webhook_url"` RoomID string `json:"room_id"` MessageType string `json:"message_type"`