Skip to content

Commit

Permalink
fix incorrect use of bogus key c['changes']
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Feb 7, 2012
1 parent be28d28 commit b59cb93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/docs/manual/cfg-changesources.rst
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ The :bb:chsrc:`PBChangeSource` is created with the following arguments.
For example::

from buildbot.changes import pb
c['changes'] = pb.PBChangeSource(port=9999, user='laura', passwd='fpga')
c['change_source'] = pb.PBChangeSource(port=9999, user='laura', passwd='fpga')

The following hooks are useful for sending changes to a :bb:chsrc:`PBChangeSource`\:

Expand Down

0 comments on commit b59cb93

Please sign in to comment.