Skip to content

Commit 4de111b

Browse files
committed
[executor] Fix typo in transitions map
1 parent 1d4a9b0 commit 4de111b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

executor/executorcmd/transitioner/fairmq/transitions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const(
2929
EvtINIT_DEVICE = "INIT DEVICE"
3030
EvtCOMPLETE_INIT = "COMPLETE INIT"
3131
EvtBIND = "BIND"
32-
EvtCONNECT = "INITIALIZED"
32+
EvtCONNECT = "CONNECT"
3333
EvtINIT_TASK = "INIT TASK"
3434
EvtRUN = "RUN"
3535
EvtSTOP = "STOP"

0 commit comments

Comments
 (0)