aboutsummaryrefslogtreecommitdiff
path: root/build-aux/assert-spelling.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xbuild-aux/assert-spelling.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build-aux/assert-spelling.sh b/build-aux/assert-spelling.sh
index 0503a4b..33da3e3 100755
--- a/build-aux/assert-spelling.sh
+++ b/build-aux/assert-spelling.sh
@@ -2,6 +2,7 @@
set -eu
export LANG=C.UTF-8
+export JEKYLL_ENV=production
for DICT in build-aux/spelling/*.txt; do
sort "$DICT" | diff - "$DICT" || {