Skip to content

Commit b61bed3

Browse files
author
OpenShift Bot
authored
Merge pull request #12595 from weizhanxu/modify_comment_config_cmd
Merged by openshift-bot
2 parents 21526b4 + b3209cd commit b61bed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/config/cmd/cmd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ type Bulk struct {
5252
IgnoreError IgnoreErrorFunc
5353
}
5454

55-
// Create attempts to create each item generically, gathering all errors in the
55+
// Run attempts to create each item generically, gathering all errors in the
5656
// event a failure occurs. The contents of list will be updated to include the
5757
// version from the server.
5858
func (b *Bulk) Run(list *kapi.List, namespace string) []error {

0 commit comments

Comments
 (0)