Skip to content

Commit dcb6791

Browse files
Make image asset use HTTPS instead of HTTP (#34)
1 parent 1e83bd6 commit dcb6791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/plugin/create.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ func (p *Plugin) handleCreate(c *plugin.Context, args *model.CommandArgs, parame
186186
Dialog: model.Dialog{
187187
CallbackId: fmt.Sprintf("create_%s", subcommand),
188188
Title: fmt.Sprintf("Create a Google %s", cases.Title(language.English, cases.NoLower).String(subcommand)),
189-
IconURL: "http://www.mattermost.org/wp-content/uploads/2016/04/icon.png",
189+
IconURL: "https://www.mattermost.org/wp-content/uploads/2016/04/icon.png",
190190
Elements: []model.DialogElement{},
191191
SubmitLabel: "Create",
192192
NotifyOnCancel: false,

0 commit comments

Comments
 (0)