Skip to content

Commit 7c9e674

Browse files
chore: correct the doc comment
Signed-off-by: Abhinandan Purkait <[email protected]>
1 parent 615c7d7 commit 7c9e674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/mayastor/plugin/restoreplugin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ func (p *RestorePlugin) AppliesTo() (velero.ResourceSelector, error) {
3131
}, nil
3232
}
3333

34-
// Execute modifies the 'openebs.io/stsAffinityGroup' annotation to reflect the restored namespace.
34+
// Execute modifies the 'openebs.io/stsAffinityGroup' annotation to reflect the target namespace.
3535
func (p *RestorePlugin) Execute(input *velero.RestoreItemActionExecuteInput) (*velero.RestoreItemActionExecuteOutput, error) {
3636
item := input.Item
3737

0 commit comments

Comments
 (0)