mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-24 04:32:46 +00:00
Fix a missing self.
This commit is contained in:
parent
6ba936c40d
commit
f5027158bb
1 changed files with 1 additions and 1 deletions
|
@ -586,7 +586,7 @@ class FedoraGitReleaser(Releaser):
|
|||
print(cmd)
|
||||
run_command(cmd)
|
||||
|
||||
if not no_build:
|
||||
if not self.no_build:
|
||||
self._build(branch)
|
||||
|
||||
print
|
||||
|
|
Loading…
Add table
Reference in a new issue