mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 03:19:46 +00:00
fix: remove --check flag in deno fmt
This commit is contained in:
parent
cfc119f311
commit
b523f57a82
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
. "$(dirname -- "$0")/_/hook.sh"
|
. "$(dirname -- "$0")/_/hook.sh"
|
||||||
|
|
||||||
deno fmt --check
|
deno fmt
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue