From d2a4558a3913df7f21d8c25acc1cc74b304b60bf Mon Sep 17 00:00:00 2001 From: Conrad Mugisha Date: Fri, 28 Aug 2026 09:48:30 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) Co-authored-by: GitLab Duo --- scripts/clientappctl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/clientappctl b/scripts/clientappctl index 1a72a6f6..4800c223 100755 --- a/scripts/clientappctl +++ b/scripts/clientappctl @@ -135,7 +135,7 @@ utils_dir = os.path.abspath(os.path.join(os.path.dirname(__file__), os.pardir)) temp_dir = tempfile.mkdtemp() build_dir = os.path.join(temp_dir, 'build') staging_dir = os.path.join(temp_dir, 'staging') -working_dir = working_dir = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) +working_dir = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) src_path = os.path.join(working_dir, 'src') CONFIG_JSON = os.path.join(working_dir, 'config.json')