From 553dd1f39dbcb21c3bf4e088f1a12715dce9eeae Mon Sep 17 00:00:00 2001 From: Jack Wilsdon Date: Fri, 11 Sep 2015 18:23:29 +0100 Subject: [PATCH] Add missing colon for configuration --- docs/plugins/hook.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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%