Skip to content

Commit b705914

Browse files
committed
Fix err msg
1 parent fef8968 commit b705914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/operatormanager/operatormanager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ func (m *OperatorManager) createOrUpdatePodEnvironmentConfigMap(ctx context.Cont
454454
}
455455

456456
if err := m.updatePodEnvironmentConfigMap(ctx, instance); err != nil {
457-
return fmt.Errorf("error while updating backup config: %w", err)
457+
return fmt.Errorf("error while updating pod environment configmap: %w", err)
458458
}
459459
m.log.Info("Pod Environment ConfigMap updated")
460460

0 commit comments

Comments
 (0)