Skip to content

Commit

Permalink
fix texinfo bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin J. Mitchell committed Apr 11, 2010
1 parent 8d8aa43 commit 2631336
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/cfg-buildfactories.texinfo
Expand Up @@ -125,10 +125,10 @@ build.workdir = workdir
build.addStep (Git (mode = "update"))
...
builders.append ({'name': 'mybuilder',
builders.append (@{'name': 'mybuilder',
'slavename': 'myslave',
'builddir': 'mybuilder',
'factory': build})
'factory': build@})
# You'll end up with workdirs like:
#
Expand Down

0 comments on commit 2631336

Please sign in to comment.