Skip to content

Commit b10528a

Browse files
committed
update publish.sh with --quiet
1 parent 970dcf5 commit b10528a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
if git diff --exit-code; then
3+
if git diff --exit-code --quiet; then
44
echo 'Clean working tree'
55
else
66
echo 'Dirty working tree'

0 commit comments

Comments
 (0)