Skip to content

Commit

Permalink
fix(naming): wrong task flow name
Browse files Browse the repository at this point in the history
  • Loading branch information
powerfooI committed Mar 12, 2024
1 parent e7f4426 commit 38f5f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/resource/observer/observer_flow.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func PrepareOBServerForBootstrap() *tasktypes.TaskFlow {
func MaintainOBServerAfterBootstrap() *tasktypes.TaskFlow {
return &tasktypes.TaskFlow{
OperationContext: &tasktypes.OperationContext{
Name: fPrepareOBServerForBootstrap,
Name: fMaintainOBServerAfterBootstrap,
Tasks: []tasktypes.TaskName{tWaitOBClusterBootstrapped, tAddServer, tWaitOBServerActiveInCluster},
TargetStatus: serverstatus.Running,
},
Expand Down

0 comments on commit 38f5f2c

Please sign in to comment.