From 65a73a87082d5cc15b794298c361ff4959ca1d8c Mon Sep 17 00:00:00 2001 From: 35C4n0r Date: Wed, 3 Dec 2025 21:32:47 +0530 Subject: [PATCH] wip --- registry/coder/modules/claude-code/main.tf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/registry/coder/modules/claude-code/main.tf b/registry/coder/modules/claude-code/main.tf index d526d3ba..df9bc7e6 100644 --- a/registry/coder/modules/claude-code/main.tf +++ b/registry/coder/modules/claude-code/main.tf @@ -345,8 +345,8 @@ 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" - script = <<-EOT + # log_path = "${local.module_dir_name}/install.log" + script = <