Skip to content

Commit 857cf88

Browse files
authored
Merge pull request kubernetes#75165 from qingsenLi/k8s190308-fix-error
fix a mistake in get.go
2 parents a0e6bd2 + 0c247c9 commit 857cf88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/kubectl/cmd/get/get.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ func (o *GetOptions) watch(f cmdutil.Factory, cmd *cobra.Command, args []string)
624624
return err
625625
}
626626
if multipleGVKsRequested(infos) {
627-
return i18n.Errorf("watch is only supported on individual resources and resource collections - more than 1 resources were found")
627+
return i18n.Errorf("watch is only supported on individual resources and resource collections - more than 1 resource was found")
628628
}
629629

630630
info := infos[0]

0 commit comments

Comments
 (0)