Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
Co-authored-by: Gerrit <[email protected]>
  • Loading branch information
ostempel and Gerrit91 authored Dec 13, 2024
1 parent 6197406 commit 9647a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/csi-driver-lvm/actuator.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ func (a *actuator) Reconcile(ctx context.Context, log logr.Logger, ex *extension
return fmt.Errorf("failed to check if old csi-lvm is existing: %w", err)
}
if isOldCsiLvmExisting {
log.Info("old csi-lvm is existing, skipping reconcilation")
log.Info("old csi-lvm is existing, skipping reconciliation")
return nil
}

Expand Down

0 comments on commit 9647a5b

Please sign in to comment.