Skip to content

Commit

Permalink
fix: wrong extra name for xml validation (#571)
Browse files Browse the repository at this point in the history

Signed-off-by: Christoph Reiter <reiter.christoph@gmail.com>
  • Loading branch information
lazka authored Mar 18, 2024
1 parent 3a2e427 commit 10e38e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cyclonedx/validation/xml.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
except ImportError as err:
_missing_deps_error = MissingOptionalDependencyException(
'This functionality requires optional dependencies.\n'
'Please install `cyclonedx-python-lib` with the extra "json-validation".\n'
'Please install `cyclonedx-python-lib` with the extra "xml-validation".\n'
), err


Expand Down

0 comments on commit 10e38e2

Please sign in to comment.