Skip to content

Commit 7d2dfd3

Browse files
BagToadCopilot
andauthored
Update pkg/cmd/agent-task/agent_task.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 562efc9 commit 7d2dfd3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/cmd/agent-task/agent_task.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func NewCmdAgentTask(f *cmdutil.Factory) *cobra.Command {
2929
A task can be identified as argument in any of the following formats:
3030
- by pull request number, e.g. "123"; or
3131
- by session ID, e.g. "12345abc-12345-12345-12345-12345abc"; or
32-
- by URL, e.g. "https://github.com/OWNER/REPO/pull/123/agent-sessions/12345bc-12345-12345-12345-12345abc";
32+
- by URL, e.g. "https://github.com/OWNER/REPO/pull/123/agent-sessions/12345abc-12345-12345-12345-12345abc";
3333
3434
Identifying tasks by pull request is not recommended for non-interactive use cases as
3535
there may be multiple tasks for a given pull request that require disambiguation.

0 commit comments

Comments
 (0)