Skip to content

Commit

Permalink
Add missing closing brace
Browse files Browse the repository at this point in the history
  • Loading branch information
evantypanski committed Nov 8, 2024
1 parent 37dd3b7 commit 38b6818
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripting/basics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ a given event.
if ( kind == "sha1" && f?$info && f$info?$mime_type &&
match_file_types in f$info$mime_type )
do_mhr_lookup(hash, Notice::create_file_info(f));
}
The workhorse of the script is contained in the event handler for
``file_hash``. The :zeek:see:`file_hash` event allows scripts to access
Expand Down

0 comments on commit 38b6818

Please sign in to comment.