Skip to content

Commit

Permalink
Merge pull request #197 from DmPanov/main
Browse files Browse the repository at this point in the history
missing supplier error message typo
  • Loading branch information
jspeed-meyers authored Aug 14, 2024
2 parents 7208a58 + 2e26d6c commit ab51ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ntia_conformance_checker/sbom_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def print_components_missing_info(self):
print()
if self.components_without_suppliers:
print(
f"Components missing an supplier: {','.join(self.components_without_suppliers)}"
f"Components missing a supplier: {','.join(self.components_without_suppliers)}"
)
print()

Expand Down

0 comments on commit ab51ac0

Please sign in to comment.