remove useless env

This commit is contained in:
qiaozp
2021-11-01 19:27:45 +08:00
parent 070dcf4e09
commit dec63906ce

View File

@@ -81,7 +81,6 @@ func NewLogsCommand(c common.Args, ioStreams util.IOStreams) *cobra.Command {
// Args creates arguments for `logs` command
type Args struct {
Output string
Env *types.EnvMeta
C common.Args
Namespace string
App *v1beta1.Application