Skip to content

Commit

Permalink
Merge pull request #526 from openinfradev/resume
Browse files Browse the repository at this point in the history
tirivial. change stop status
  • Loading branch information
cho4036 authored Jun 26, 2024
2 parents 161b83b + 9889a37 commit e0e691f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/domain/stack.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ var stackStatus = [...]string{
"RUNNING",
"BOOTSTRAPPING",
"BOOTSTRAPPED",
"CLUSTER_STOPPED",
"CLUSTER_INSTALL_STOPPED",
}

func (m StackStatus) String() string { return stackStatus[(m)] }
Expand Down

0 comments on commit e0e691f

Please sign in to comment.