Skip to content

Commit

Permalink
Merge pull request #34 from elpatron68/master
Browse files Browse the repository at this point in the history
New icon URL
  • Loading branch information
NotSqrt authored Jun 20, 2017
2 parents b15bd77 + 0b4c440 commit 4a61a48
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 4a61a48

Please sign in to comment.