mirror of
https://github.com/rancher/types.git
synced 2025-08-31 04:40:56 +00:00
fix duplicate transitioningMessage
This commit is contained in:
committed by
Alena Prokharchyk
parent
9898f6e9aa
commit
e17524f5bb
@@ -102,6 +102,9 @@ func concat(str, next string) string {
|
||||
if next == "" {
|
||||
return str
|
||||
}
|
||||
if strings.EqualFold(str, next) {
|
||||
return str
|
||||
}
|
||||
return str + "; " + next
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user