Add missing colon for configuration

This commit is contained in:
Jack Wilsdon 2015-09-11 18:23:29 +01:00
parent 6a56677c7c
commit 553dd1f39d

View file

@ -72,6 +72,6 @@ Example Configuration
# writing to "<file_name_here>"
# Where <file_name_here> 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%