Skip to content

Commit 9abebe4

Browse files
committed
feat(skip-exist): use dryrun internally
1 parent d5a9d9b commit 9abebe4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

skip-exist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ if [ -s "$outfile" ]; then
7070
fi
7171

7272
# run the thing that should make the input
73-
"${cmd[@]}"
73+
dryrun "${cmd[@]}"
7474

7575
# check that what we did worked
7676
cmd_status=$?

0 commit comments

Comments
 (0)