mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 10:43:56 +00:00
Merge pull request #79790 from ramnar/master
Remove duplicate error messages
This commit is contained in:
commit
17e9b21001
@ -151,7 +151,6 @@ func newCommand() *cobra.Command {
|
|||||||
func main() {
|
func main() {
|
||||||
command := newCommand()
|
command := newCommand()
|
||||||
if err := command.Execute(); err != nil {
|
if err := command.Execute(); err != nil {
|
||||||
fmt.Fprintf(os.Stderr, "error: %v\n", err)
|
|
||||||
os.Exit(1)
|
os.Exit(1)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user