From 0d0bfa7131714e71079f9e8fab76ccdc9d29553f Mon Sep 17 00:00:00 2001 From: 35C4n0r Date: Fri, 5 Dec 2025 19:10:01 +0530 Subject: [PATCH] wip --- registry/coder/modules/claude-code/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/coder/modules/claude-code/main.tf b/registry/coder/modules/claude-code/main.tf index 977c98ee..1937f091 100644 --- a/registry/coder/modules/claude-code/main.tf +++ b/registry/coder/modules/claude-code/main.tf @@ -345,7 +345,7 @@ resource "coder_script" "install_agent" { agent_id = var.agent_id display_name = "Install agent" run_on_start = true - log_path = "$${HOME}/${local.module_dir_name}/install.log" + log_path = "/home/coder/${local.module_dir_name}/install.log" script = <