summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
Diffstat (limited to 'check')
-rwxr-xr-xcheck2
1 files changed, 1 insertions, 1 deletions
diff --git a/check b/check
index 70aa608..a82754e 100755
--- a/check
+++ b/check
@@ -8,6 +8,6 @@ set -eu
# a system with the necessary dependencies installed properly. (BR-13 also
# doesn't have a working sqlite3 Python binding, and that's not so easy to
# fix without a fixed system deployed.)
-export PYTHONPATH="/home/root/new-lorry-controller/bottle:/home/root/new-lorry-controller/flup"
+export PYTHONPATH="/home/richardmaw/workspace/baserock/src/bottle:/home/richardmaw/workspace/baserock/src/flup"
yarn -s yarns.webapp/yarn.sh yarns.webapp/*.yarn --env PYTHONPATH="$PYTHONPATH" "$@"