Skip to content

Commit 69580cc

Browse files
committed
remove logging
1 parent 0094a31 commit 69580cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rewatch/tests/compile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ else
1313
exit 1
1414
fi
1515

16-
if rewatch ;
16+
if rewatch &> /dev/null;
1717
then
1818
success "Repo Built"
1919
else

0 commit comments

Comments
 (0)