Skip to content

Commit 16892d8

Browse files
authored
fix typo
1 parent 056f4b5 commit 16892d8

File tree

1 file changed

+1
-1
lines changed
  • registry/coder/modules/claude-code

1 file changed

+1
-1
lines changed

registry/coder/modules/claude-code/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ resource "coder_script" "claude_code" {
132132
fi
133133
134134
# Hardcoded for now: install AgentAPI
135-
wget https://github.com/coder/agentapi/releases/download/preview/agentapi-linux-amd64More actions
135+
wget https://github.com/coder/agentapi/releases/download/preview/agentapi-linux-amd64
136136
chmod +x agentapi-linux-amd64
137137
sudo mv agentapi-linux-amd64 /usr/local/bin/agentapi
138138

0 commit comments

Comments
 (0)