Remove unnecessary ".bro" from @load directives

Removed ".bro" file extensions from "@load" directives because
they are not needed.
This commit is contained in:
Daniel Thayer 2019-03-31 02:24:47 -05:00
parent 956674745b
commit bff8392ad4
4 changed files with 4 additions and 4 deletions

View file

@ -1,2 +1,2 @@
@load ./main.bro
@load ./main
@load ./magic