Fix flag for gbp dch.
This commit is contained in:
parent
fc73f0ead2
commit
7abf6bfba5
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ def build_once(
|
|||
|
||||
|
||||
def gbp_dch(path):
|
||||
subprocess.check_call(["gbp", "dch", "--ignore_branch"], cwd=path)
|
||||
subprocess.check_call(["gbp", "dch", "--ignore-branch"], cwd=path)
|
||||
|
||||
|
||||
def attempt_build(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue