Skip to content

Commit

Permalink
default for --auth should match the PBChangeSource defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
opalmer committed Jun 22, 2014
1 parent faffcae commit c325c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/contrib/github_buildbot.py
Expand Up @@ -236,7 +236,7 @@ def setup_options():
help="The username and password, separated by a colon, "
"to use when connecting to buildbot over the "
"perspective broker.",
default=None, dest="auth")
default="change:changepw", dest="auth")

parser.add_option("--secret",
help="If provided then use the X-Hub-Signature header "
Expand Down

0 comments on commit c325c4f

Please sign in to comment.