Skip to content

Commit

Permalink
Update internal/store/persistentvolumeclaim.go
Browse files Browse the repository at this point in the history
Co-authored-by: Manuel Rüger <manuel@rueg.eu>
  • Loading branch information
pawcykca and mrueg authored Dec 5, 2022
1 parent 0553bf4 commit 9858387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/store/persistentvolumeclaim.go
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,6 @@ func getPersistentVolumeClaimClass(claim *v1.PersistentVolumeClaim) string {
return *claim.Spec.StorageClassName
}

// An empty string indicate absence of storage class.
// An empty string indicates the absence of storage class.
return ""
}

0 comments on commit 9858387

Please sign in to comment.