Skip to content

Commit f52fe30

Browse files
Clarify Prettier format check output
1 parent 350c8a6 commit f52fe30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.bin/dotfiles-test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ run_checks_here() {
128128
if (( apply_fixes == 1 )); then
129129
"$tmp_root/npm-tools/node_modules/.bin/prettier" --list-different --write -- "${tracked_md[@]}"
130130
else
131-
"$tmp_root/npm-tools/node_modules/.bin/prettier" --list-different -- "${tracked_md[@]}"
131+
"$tmp_root/npm-tools/node_modules/.bin/prettier" --check -- "${tracked_md[@]}"
132132
fi
133133
fi
134134

0 commit comments

Comments
 (0)