nox: fix copy-paste error in srpm session
This commit is contained in:
parent
6841eb31ca
commit
e786998312
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ def srpm(session: nox.Session, posargs: Sequence[str] | None = None):
|
|||
def mockbuild(session: nox.Session):
|
||||
tmp = Path(session.create_tmp())
|
||||
srpm(session, ("-o", str(tmp), "--keep"))
|
||||
spec_path = tmp / "fedrq.spec"
|
||||
spec_path = tmp / "forge-srpm-macros.spec"
|
||||
margs = [
|
||||
# fmt: off
|
||||
"mock",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue