Skip to content

Commit

Permalink
fix: fix testdata
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexox committed Sep 23, 2024
1 parent 83360de commit 1427028
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testdata/dump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ exec lefthook dump
cmp stdout lefthook-dumped.yml
! stderr .

exec lefthook dump --json
exec lefthook dump --format=json
cmp stdout lefthook-dumped.json
! stderr .

exec lefthook dump --toml
exec lefthook dump -f toml
cmp stdout lefthook-dumped.toml
! stderr .

Expand Down

0 comments on commit 1427028

Please sign in to comment.