remove repooverride from repo

This commit is contained in:
Parth Patel 2021-10-26 11:55:46 -04:00
parent ea0e8d5c23
commit 333f0ec530

View file

@ -37,8 +37,6 @@ func NewCmdRepo(f *cmdutil.Factory) *cobra.Command {
},
}
cmdutil.EnableRepoOverride(cmd, f)
cmd.AddCommand(repoViewCmd.NewCmdView(f, nil))
cmd.AddCommand(repoForkCmd.NewCmdFork(f, nil))
cmd.AddCommand(repoCloneCmd.NewCmdClone(f, nil))