]> git.ipfire.org Git - pbs.git/commitdiff
builds: Fix wrong argument name for groups
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 22 Jan 2025 18:00:51 +0000 (18:00 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 22 Jan 2025 18:00:51 +0000 (18:00 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/buildservice/builds.py

index 193b683799e685c8610698d5a296e92502a636f3..4f1098bbe9b5573f262f395dc6eab46c9976a9a5 100644 (file)
@@ -268,7 +268,7 @@ class Builds(base.Object):
                        build_repo          = repo,
                        pkg                 = package,
                        owner               = owner,
-                       build_group         = group,
+                       group               = group,
                        test                = test,
                        disable_test_builds = disable_test_builds,
                )