scripts: update pint-fmt
This commit is contained in:
parent
b81c42034b
commit
9bc508f4a6
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
file="$(mktemp --tmpdir=/dev/shm).php"
|
||||
file="$(mktemp)"
|
||||
cat - >"$file"
|
||||
./vendor/bin/pint --quiet "$file"
|
||||
cat "$file"
|
||||
|
|
Loading…
Reference in a new issue