Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/topic/bbannier/issue-21'
Browse files Browse the repository at this point in the history
  • Loading branch information
bbannier committed Jul 6, 2023
2 parents c429a20 + ec3b475 commit 312b2de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def validate(self, tmpl):

if have_plugin and analyzers > 0:
raise zeekpkg.template.InputError(
'the "plugin" and "spicy-protocol-analyzer" features are mutually exclusive'
'the "plugin" and "spicy-[file|packet|protocol]-analyzer" features are mutually exclusive'
)

if analyzers > 1:
Expand Down

0 comments on commit 312b2de

Please sign in to comment.