Remove deadcode from cmd/containerd-release

Signed-off-by: Daniel Nephin <dnephin@gmail.com>
This commit is contained in:
Daniel Nephin
2017-11-02 17:45:41 -04:00
parent 5acf187697
commit 393e8cc332
2 changed files with 1 additions and 45 deletions

View File

@@ -121,7 +121,7 @@ This tool should be ran from the root of the project repository for a new releas
return nil
}
if err := app.Run(os.Args); err != nil {
fmt.Fprint(os.Stderr, err)
fmt.Fprintln(os.Stderr, err)
os.Exit(1)
}
}