Skip to content

Commit

Permalink
chore(deploy): fix deploy scripts PROJECT_ROOT error (labring#1238)
Browse files Browse the repository at this point in the history
Co-authored-by: levi <[email protected]>
  • Loading branch information
geeknonerd and levi authored Jun 12, 2023
1 parent a62d875 commit ede4029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/install-on-mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ede4029

Please sign in to comment.