remove redundant statement

This commit is contained in:
vilmibm 2020-07-22 11:15:54 -05:00
parent a27c8a9c21
commit 7b8d226e0f

View file

@ -70,9 +70,6 @@ func NewCmdCreate(f *cmdutil.Factory, runF func(*CreateOptions) error) *cobra.Co
return nil
},
RunE: func(c *cobra.Command, args []string) error {
// TODO redundant?
opts.HttpClient = f.HttpClient
opts.Filenames = args
if runF != nil {