summaryrefslogtreecommitdiff
path: root/internal/cli/create.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/cli/create.go')
-rw-r--r--internal/cli/create.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/cli/create.go b/internal/cli/create.go
index e5435d3..396cd77 100644
--- a/internal/cli/create.go
+++ b/internal/cli/create.go
@@ -88,7 +88,7 @@ func createTask(serverURL, name, instructions, workingDir, model, agentType, par
fmt.Printf("Created task %s\n", id)
if autoStart {
- return startTask(serverURL, id)
+ return startTask(serverURL, id, agentType)
}
return nil
}