From: Michael Tremer Date: Mon, 10 Feb 2025 10:51:42 +0000 (+0000) Subject: builds: Fix typo in class name X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b27deac60f75c875fdbd7076fe5c9440374e0b4f;p=pbs.git builds: Fix typo in class name Signed-off-by: Michael Tremer --- diff --git a/src/buildservice/builds.py b/src/buildservice/builds.py index fbbee6a1..a8cb5772 100644 --- a/src/buildservice/builds.py +++ b/src/buildservice/builds.py @@ -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