Skip to content

Commit e340aff

Browse files
authored
fix another typo
1 parent 16892d8 commit e340aff

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
@@ -171,7 +171,7 @@ resource "coder_script" "claude_code" {
171171
export LANG=en_US.UTF-8
172172
export LC_ALL=en_US.UTF-8
173173
174-
tmux new-session -d -s claude-code-agentapi -c ${var.folder} 'agentapi server -- bash -c "claude --dangerously-skip-permissions \"$CODER_MCP_CLAUDE_TASK_PROMPT\" | tee -a \"$HOME/.claude-code.log\""; exec bash'More actions
174+
tmux new-session -d -s claude-code-agentapi -c ${var.folder} 'agentapi server -- bash -c "claude --dangerously-skip-permissions \"$CODER_MCP_CLAUDE_TASK_PROMPT\" | tee -a \"$HOME/.claude-code.log\""; exec bash'
175175
echo "Waiting for agentapi server to start on port 3284..."
176176
for i in $(seq 1 15); do
177177
if lsof -i :3284 | grep -q 'LISTEN'; then

0 commit comments

Comments
 (0)