Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
evmar committed Sep 15, 2024
1 parent 7b525ec commit 7f7079a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/fmt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
set -e

# Look for dprint from npm and in $HOME for CI.
for path in web/node_modules/.bin/dprint $HOME/.dprint/dprint dprint; do
for path in web/node_modules/.bin/dprint $HOME/.dprint/bin/dprint dprint; do
dprint=$path
if [ -f $dprint ]; then
break
Expand Down

0 comments on commit 7f7079a

Please sign in to comment.