From 946e74c43b761c0451abf1d19fdcfedb89846a02 Mon Sep 17 00:00:00 2001 From: "Chang, Hui-Tang" Date: Fri, 27 Oct 2023 19:56:36 +0800 Subject: [PATCH] chore(env): fix SYSTEM_CONFIG_PATH --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index cee82592..82924936 100644 --- a/.env +++ b/.env @@ -9,7 +9,7 @@ BUILD=false PROFILE=all # system-wise config path (all core, vdp, and model projects must use the same path) -SYSTEM_CONFIG_PATH=$(HOME)/.config/instill +SYSTEM_CONFIG_PATH=~/.config/instill # configuration directory path for docker build BUILD_CONFIG_DIR_PATH=.