Skip to content

Commit

Permalink
Fix typo in variable name.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniessink committed Feb 20, 2025
1 parent 9c3dfa3 commit bf9be03
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

ALL_DEPENDENCY_TRACK_METRICS = ["dependencies", "security_warnings", "source_up_to_dateness", "source_version"]
DEPENDENCY_TRACK_URL = HttpUrl("https://dependencytrack.org")
DEPENDENCY_TRACK_DESCRIPTIlON = (
DEPENDENCY_TRACK_DESCRIPTION = (
"Dependency-Track is a component analysis platform that allows organizations to identify and "
"reduce risk in the software supply chain."
)
Expand All @@ -35,7 +35,7 @@

DEPENDENCY_TRACK = Source(
name="Dependency-Track",
description=DEPENDENCY_TRACK_DESCRIPTIlON,
description=DEPENDENCY_TRACK_DESCRIPTION,
url=DEPENDENCY_TRACK_URL,
parameters={
"url": URL(
Expand Down

0 comments on commit bf9be03

Please sign in to comment.