mirror of
https://github.com/beetbox/beets.git
synced 2025-12-16 05:34:47 +01:00
Add missing colon for configuration
This commit is contained in:
parent
6a56677c7c
commit
553dd1f39d
1 changed files with 1 additions and 1 deletions
|
|
@ -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%
|
||||
|
|
|
|||
Loading…
Reference in a new issue