Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
Signed-off-by: Anatolii Bazko <[email protected]>
  • Loading branch information
tolusha committed Aug 6, 2021
1 parent 0f97060 commit ecbed0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion controllers/checlusterrestore/restore_context.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ func (s *RestoreState) GetPhaseMessage() string {
if !s.cheRestored {
return restoreStateIn_cheRestored
}
return ""

return chev1.STATE_SUCCEEDED
}

func NewRestoreState(restoreCR *chev1.CheClusterRestore) (*RestoreState, error) {
Expand Down

0 comments on commit ecbed0a

Please sign in to comment.