From 9b4eedc2ea4f63e881845cda810152c8a7f51add Mon Sep 17 00:00:00 2001 From: Marc Durdin Date: Sat, 25 Jun 2022 07:40:22 +1000 Subject: [PATCH] chore(web): update kmlmc path ref --- common/web/input-processor/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/web/input-processor/test.sh b/common/web/input-processor/test.sh index a1ffde7e63..2fab0c421b 100755 --- a/common/web/input-processor/test.sh +++ b/common/web/input-processor/test.sh @@ -62,7 +62,7 @@ fi # Ensures that the lexical model compiler has been built locally. echo_heading "Preparing Lexical Model Compiler for test use" -pushd "$KEYMAN_ROOT/developer/js/" +pushd "$KEYMAN_ROOT/developer/src/kmlmc/" ./build.sh popd