Skip to content

Commit

Permalink
Add missing quote
Browse files Browse the repository at this point in the history
Co-authored-by: Carlos Zoido <[email protected]>
  • Loading branch information
hedtke and czoido authored Apr 12, 2024
1 parent be62403 commit b5bd792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/commands/sbom/cmd_cyclonedx.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def cyclonedx(conan_api: ConanAPI, parser, *args) -> 'Bom':
# if loading dependencies is performed outside the actual conan-command in global/module scope.
print('The sbom extension needs an additional package, please run:',
# keep in synk with the instructions in `README.md`
"pip install 'cyclonedx-python-lib>=5.0.0,<6",
"pip install 'cyclonedx-python-lib>=5.0.0,<6'",
sep='\n', file=sys.stderr)
sys.exit(1)

Expand Down

0 comments on commit b5bd792

Please sign in to comment.