Skip to content

Commit

Permalink
buildbot: fix #6024, invalid config because of update
Browse files Browse the repository at this point in the history
  • Loading branch information
abma authored and ashdnazg committed Aug 7, 2018
1 parent df84e28 commit b8e1c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildbot/master/master.cfg
Expand Up @@ -909,7 +909,7 @@ authz = Authz(
web = WebStatus(
http_port='tcp:7778:interface=127.0.0.1',
authz=authz,
change_hook_dialects={ 'github' : True }
change_hook_dialects={ 'github' : {} }
)
c['status'].append(web)

Expand Down

0 comments on commit b8e1c53

Please sign in to comment.