From 19f2a8f3ec434ba4ae3cd070463cb4ef129b58c5 Mon Sep 17 00:00:00 2001 From: 35C4n0r Date: Thu, 4 Dec 2025 21:42:56 +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 8f21ee9c..942ca8c6 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 = "${local.module_dir_name}/install.log" + log_path = "${local.module_dir_name}/install.log" script = <