Skip to content

Commit

Permalink
remove typo in builddir and workdir properties
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Jul 16, 2013
1 parent a958a02 commit 9b0598a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/buildbot/process/build.py
Expand Up @@ -199,7 +199,7 @@ def setupSlaveBuilder(self, slavebuilder):
if slavebuilder.slave.slave_basedir:
builddir = self.path_module.join(
slavebuilder.slave.slave_basedir,
self.builder.config.slavebuilddir),
self.builder.config.slavebuilddir)
self.setProperty("builddir", builddir, "slave")
self.setProperty("workdir", builddir, "slave (deprecated)")

Expand Down

0 comments on commit 9b0598a

Please sign in to comment.