diff options
author | Christian Oliff <[email protected]> | 2024-02-11 20:51:33 +0900 |
---|---|---|
committer | GitHub <[email protected]> | 2024-02-11 13:51:33 +0200 |
commit | 0672b5c76605132475ff18b8c526f1cf0d6affc3 (patch) | |
tree | 2af2eb9d8eb1458ed6c39b58328c7d21d0c522d2 /watchtestscripts.sh | |
parent | e309f82efe1885aa5b8030be48c36ba4432ddd7b (diff) | |
download | hugo-0672b5c76605132475ff18b8c526f1cf0d6affc3.tar.gz hugo-0672b5c76605132475ff18b8c526f1cf0d6affc3.zip |
all: Fix typos
Diffstat (limited to 'watchtestscripts.sh')
-rwxr-xr-x | watchtestscripts.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/watchtestscripts.sh b/watchtestscripts.sh index 2f6be079e..bf61d0cc3 100755 --- a/watchtestscripts.sh +++ b/watchtestscripts.sh @@ -3,5 +3,5 @@ trap exit SIGINT # I use "run tests on save" in my editor. -# Unfortantly, changes to text files does not trigger this. Hence this workaround. +# 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 |