Skip to content

Commit 1c69fb6

Browse files
authored
Fix default config hooks key (#131)
That key has to have an object as a value, not an array
1 parent af5ebad commit 1c69fb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

riptide/assets/blank_user_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ riptide:
3434

3535
# Hooks can be used to run commands when certain events occur (git checkout, project start, etc.)
3636
# You can define hooks globally (below) and/or add hooks on the project level. See documentation.
37-
hooks: [ ]
37+
hooks: { }

0 commit comments

Comments
 (0)