diff --git a/docs/plugins/hook.rst b/docs/plugins/hook.rst index 4d0c5d6b9..9ede5e998 100644 --- a/docs/plugins/hook.rst +++ b/docs/plugins/hook.rst @@ -72,6 +72,6 @@ Example Configuration # writing to "" # Where is the file being written to - event: write - command echo "writing to \"%FILE_NAME%\"" + command: echo "writing to \"%FILE_NAME%\"" substitute_args: path: %FILE_NAME%