]> git.ipfire.org Git - pbs.git/commitdiff
builds: Fix typo in class name
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 10 Feb 2025 10:51:42 +0000 (10:51 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 10 Feb 2025 10:51:42 +0000 (10:51 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/buildservice/builds.py

index fbbee6a1a2c329aa6c577fb5836eb482bb38c5c7..a8cb5772b138f5b1797daa65a2ad5c30de5b7ec8 100644 (file)
@@ -618,7 +618,7 @@ class Build(database.Base, database.BackendMixin, database.SoftDeleteMixin):
                """
                # Log points
                points = await self.db.insert(
-                       BuildPoints, build=self, points=points, user=user,
+                       BuildPoint, build=self, points=points, user=user,
                )
 
                # Update the cache