Skip to content

Commit

Permalink
Merge pull request #432 from benallard/patch-1
Browse files Browse the repository at this point in the history
Correct typo in parameter to RemoteCommand
  • Loading branch information
tomprince committed May 30, 2012
2 parents 0de2aee + ab47f56 commit 179a62f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/buildbot/process/buildstep.py
Expand Up @@ -372,7 +372,7 @@ def __init__(self, workdir, command, env=None,
if interruptSignal is not None:
args['interruptSignal'] = interruptSignal
RemoteCommand.__init__(self, "shell", args, collectStdout=collectStdout,
sucessfulRC=successfulRC)
successfulRC=successfulRC)

def _start(self):
self.args['command'] = self.command
Expand Down

0 comments on commit 179a62f

Please sign in to comment.