Skip to content

Commit

Permalink
New icon URL
Browse files Browse the repository at this point in the history
former one was 404
  • Loading branch information
Markus Busche authored Jun 20, 2017
1 parent b15bd77 commit 0b4c440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mattermost_gitlab/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def parse_args(args=None):

parser.add_argument('-u', '--username', dest='USERNAME', default='gitlab')
parser.add_argument('--channel', dest='CHANNEL', default='') # Leave this blank to post to the default channel of your webhook
parser.add_argument('--icon', dest='ICON_URL', default='https://gitlab.com/uploads/project/avatar/13083/gitlab-logo-square.png')
parser.add_argument('--icon', dest='ICON_URL', default='https://gitlab.com/uploads/system/project/avatar/13083/logo-extra-whitespace.png')
parser.add_argument('--no-verify-ssl', dest='VERIFY_SSL', action='store_false', help='Do not verify SSL certificates when POSTing to GitLab.')

event_options = parser.add_argument_group("Events")
Expand Down

0 comments on commit 0b4c440

Please sign in to comment.