Update browse.go

This commit is contained in:
Benjamin Chadwick 2021-06-05 21:56:06 -07:00 committed by GitHub
parent f27b47f4f9
commit bc3a341479
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -97,7 +97,6 @@ func NewCmdBrowse(f *cmdutil.Factory) *cobra.Command {
opts.SelectorArg = args[0]
}
return openInBrowser(cmd, opts)
},
}
cmdutil.EnableRepoOverride(cmd, f)