Skip to content

Commit 69a123b

Browse files
committed
correct comment typo
Signed-off-by: Adrian Edwards <adredwar@redhat.com>
1 parent 52eacc0 commit 69a123b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

collectoss/application/db/models/augur_operations.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1077,8 +1077,8 @@ class ForgeInstance(Base):
10771077
__table_args__ = { "schema": "augur_operations" }
10781078

10791079
id = Column(Integer, primary_key=True, nullable=False, comment="Internal unique identifier for this forge instance")
1080-
# platform_type stores an integer that CollectOSS maps/will map to it's internal platform
1081-
# identifer Enum (as used in ContributorUUID) for identifying the API endpoints and tasks to use for collection
1080+
# platform_type stores an integer that CollectOSS maps/will map to it's internal platform identifier Enum
1081+
# (as used in ContributorUUID) for identifying the API endpoints and tasks to use for collection
10821082
platform_type = Column(Integer, nullable=False, comment="Type specifier identifying the relevant platform API interface to CollectOSS")
10831083
name = Column(String, nullable=False, comment="User-specified name for this forge instance")
10841084
# https://stackoverflow.com/a/54800233

0 commit comments

Comments
 (0)