Skip to content

Commit

Permalink
fix mattermost url
Browse files Browse the repository at this point in the history
  • Loading branch information
id committed Nov 16, 2018
1 parent 637f27d commit 24b52f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mattermost/chat.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func (c *client) Send() error {
Description string `json:"description"`
}

u := fmt.Sprintf("https://%s/hooks/%s", c.opt.Url, c.opt.HookId)
u := fmt.Sprintf("%s/hooks/%s", c.opt.Url, c.opt.HookId)

for _, channel := range c.opt.Channel {

Expand Down

0 comments on commit 24b52f4

Please sign in to comment.