Skip to content

Commit 8ca9262

Browse files
committed
chore: fds
1 parent b01c7ac commit 8ca9262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/check-docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
2+
echo `git diff --stat`
33
if [[ $(git diff --stat docs/commands | wc -l) != 0 ]]; then
44
echo "./docs/commands has changes"
55
exit 1

0 commit comments

Comments
 (0)