diff --git a/watchtestscripts.sh b/watchtestscripts.sh index bf61d0cc3..5c6f90009 100755 --- a/watchtestscripts.sh +++ b/watchtestscripts.sh @@ -3,5 +3,5 @@ trap exit SIGINT # I use "run tests on save" in my editor. -# Unfortunately, changes to text files does not trigger this. Hence this workaround. -while true; do find testscripts -type f -name "*.txt" | entr -pd touch main_test.go; done \ No newline at end of file +# Unfortunately, changes to text files do not trigger this. Hence this workaround. +while true; do find testscripts -type f -name "*.txt" | entr -pd touch main_test.go; done