From 0f33f72de7b4d238365e4599bdea06fb9a4dc0c1 Mon Sep 17 00:00:00 2001 From: sammyette Date: Wed, 28 Dec 2022 19:28:16 -0400 Subject: [PATCH] docs: fix docs for outdated hook --- docs/hooks/command.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/hooks/command.md b/docs/hooks/command.md index f97f7e3..cd1ae3c 100644 --- a/docs/hooks/command.md +++ b/docs/hooks/command.md @@ -3,5 +3,5 @@ + `command.not-found` -> cmdStr > Thrown when a command is not found. -+ `command.no-perm` -> cmdStr > Thrown when Hilbish attempts to execute a file but -has no permission. ++ `command.not-executable` -> cmdStr > Thrown when Hilbish attempts to run a file +that is not executable.