rule(macro modify_shell_history): Fix missing s on endswith

Signed-off-by: m4wh6k m4wh6k@users.noreply.github.com
This commit is contained in:
m4wh6k 2021-12-31 20:12:02 -08:00 committed by poiana
parent 9e8687401d
commit f49a95f334

View File

@ -2572,7 +2572,7 @@
evt.arg.name contains "fish_read_history" or
evt.arg.name endswith "fish_history" or
evt.arg.oldpath contains "bash_history" or
evt.arg.oldpath endwith "zsh_history" or
evt.arg.oldpath endswith "zsh_history" or
evt.arg.oldpath contains "fish_read_history" or
evt.arg.oldpath endswith "fish_history" or
evt.arg.path contains "bash_history" or