From 16892d806e5fe6c25c4eed77d796ff4b35ff86f2 Mon Sep 17 00:00:00 2001 From: Ben Potter Date: Tue, 3 Jun 2025 18:31:30 -0500 Subject: [PATCH] fix typo --- 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 a4ac851e..9012009a 100644 --- a/registry/coder/modules/claude-code/main.tf +++ b/registry/coder/modules/claude-code/main.tf @@ -132,7 +132,7 @@ resource "coder_script" "claude_code" { fi # Hardcoded for now: install AgentAPI - wget https://github.com/coder/agentapi/releases/download/preview/agentapi-linux-amd64More actions + wget https://github.com/coder/agentapi/releases/download/preview/agentapi-linux-amd64 chmod +x agentapi-linux-amd64 sudo mv agentapi-linux-amd64 /usr/local/bin/agentapi