From ede4029fac92ff12103f895c5986ab99999ffda1 Mon Sep 17 00:00:00 2001 From: geeknonerd Date: Mon, 12 Jun 2023 11:16:44 +0800 Subject: [PATCH] chore(deploy): fix deploy scripts PROJECT_ROOT error (#1238) Co-authored-by: levi --- deploy/install-on-mac.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/install-on-mac.sh b/deploy/install-on-mac.sh index 6c19c83157..8988e022de 100755 --- a/deploy/install-on-mac.sh +++ b/deploy/install-on-mac.sh @@ -18,7 +18,7 @@ if [ -n "$1" ]; then fi SCRIPT_DIR=$(pwd)/$(dirname "$0") -PROJECT_ROOT=$SCRIPT_DIR/../.. +PROJECT_ROOT=$SCRIPT_DIR/.. KUBECONF=~/.kube/config # if set second param in command line, use it as KUBECONF_DIR