aboutsummaryrefslogtreecommitdiff
path: root/scripts/assert-spelling.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xscripts/assert-spelling.sh2
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)"