diff options
Diffstat (limited to '')
-rwxr-xr-x | scripts/assert-spelling.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/assert-spelling.sh b/scripts/assert-spelling.sh index bf1a350..615fddc 100755 --- a/scripts/assert-spelling.sh +++ b/scripts/assert-spelling.sh @@ -15,7 +15,7 @@ done OUT="$(mktemp)" shopt -s globstar -jekyll build --future +jekyll build --future --trace for f in _site/**/*.html; do if ! grep -E '^_site/vendor/' <(echo "$f") > /dev/null; then l="$(head -n2 "$f" | tail -n1 | cut -d\" -f2)" |