Skip to content

Commit

Permalink
missing supplier error message typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DmPanov committed Aug 14, 2024
1 parent 7208a58 commit 2e26d6c
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 2e26d6c

Please sign in to comment.