From 1427028f389a017a4d056259f3b83bd3cdc6e026 Mon Sep 17 00:00:00 2001 From: Valentin Kiselev Date: Mon, 23 Sep 2024 11:47:05 +0300 Subject: [PATCH] fix: fix testdata --- testdata/dump.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testdata/dump.txt b/testdata/dump.txt index 5a5559e3..a57cfb25 100644 --- a/testdata/dump.txt +++ b/testdata/dump.txt @@ -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 .