Skip to content

Commit 7643768

Browse files
committed
fix(agent-task/shared): fix session state value
Signed-off-by: Babak K. Shandiz <babakks@github.com>
1 parent 7d163ea commit 7643768

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/cmd/agent-task/shared/display.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ func ColorFuncForSessionState(s capi.Session, cs *iostreams.ColorScheme) func(st
1111
switch s.State {
1212
case "completed":
1313
stateColor = cs.Green
14-
case "canceled":
14+
case "cancelled":
1515
stateColor = cs.Muted
1616
case "in_progress", "queued":
1717
stateColor = cs.Yellow

0 commit comments

Comments
 (0)