summaryrefslogtreecommitdiff
path: root/Biz/Ide/run
diff options
context:
space:
mode:
Diffstat (limited to 'Biz/Ide/run')
-rwxr-xr-xBiz/Ide/run2
1 files changed, 1 insertions, 1 deletions
diff --git a/Biz/Ide/run b/Biz/Ide/run
index bf35e3e..f7b9d36 100755
--- a/Biz/Ide/run
+++ b/Biz/Ide/run
@@ -3,4 +3,4 @@ set -eu
target=$1
shift
out=$(rg --only-matching ": out (\w*)" -r '$1' $target)
-exec "${BIZ_ROOT:?}/_/bin/$out" "$@"
+exec "${CODEROOT:?}/_/bin/$out" "$@"