From 9d408f33219496ce32670521d376d6020bba900a Mon Sep 17 00:00:00 2001 From: Henry Webster Date: Wed, 22 Jul 2026 21:21:07 -0500 Subject: fix build script typo --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 69b6e6c..84cd218 100644 --- a/build.sh +++ b/build.sh @@ -6,7 +6,7 @@ set -eu # TODO actually install haunt -GUILE_LOAD_PATH="$HOME/src/guile-commonmark${GUILE_LOAD_PATH:+:$GUILE_LOAD_PATH}" +GUILE_LOAD_PATH="$HOME/git/guile-commonmark${GUILE_LOAD_PATH:+:$GUILE_LOAD_PATH}" export GUILE_LOAD_PATH cd "$HOME/www-personal" -- cgit v1.3