mirror of
https://github.com/minio/minio.git
synced 2025-11-26 04:26:12 -05:00
Migrating minio server build to do 'go run make.go' style like mc
This commit is contained in:
1
Godeps/_workspace/src/github.com/minio/cli/app.go
generated
vendored
1
Godeps/_workspace/src/github.com/minio/cli/app.go
generated
vendored
@@ -198,7 +198,6 @@ func (a *App) Run(arguments []string) (err error) {
|
||||
// RunAndExitOnError - Another entry point to the cli app, takes care of passing arguments and error handling
|
||||
func (a *App) RunAndExitOnError() {
|
||||
if err := a.Run(os.Args); err != nil {
|
||||
fmt.Fprintln(os.Stderr, err)
|
||||
os.Exit(1)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user