Skip to content

Commit af0854c

Browse files
Merge branch 'master' into db2-hadr
2 parents e3d00de + 5b6cda2 commit af0854c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/lib/lib.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ func ResumeBackupConfiguration(KBClient client.Client, stashClient scs.StashV1be
349349
kubeStashConditions := make([]kmapi.Condition, 0)
350350
var err error
351351

352-
if kubeStashOperatorExist(KBClient) {
352+
if stashOperatorExist(KBClient) {
353353
stashConditions, err = resumeStashBackupConfiguration(stashClient, pausedBackups, opsGeneration)
354354
if err != nil {
355355
return nil, err

0 commit comments

Comments
 (0)