Fix a missing self.

This commit is contained in:
Devan Goodwin 2012-11-26 17:03:14 -04:00
parent 6ba936c40d
commit f5027158bb

View file

@ -586,7 +586,7 @@ class FedoraGitReleaser(Releaser):
print(cmd) print(cmd)
run_command(cmd) run_command(cmd)
if not no_build: if not self.no_build:
self._build(branch) self._build(branch)
print print