cmd serve: update parse config error

This commit is contained in:
Simone Gotti 2019-04-21 15:27:35 +02:00
parent 9c74b4ddc1
commit d91bb36ccb
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ func serve(cmd *cobra.Command, args []string) error {
c, err := config.Parse(serveOpts.config)
if err != nil {
return errors.Wrapf(err, "cannot parse config")
return errors.Wrapf(err, "config error")
}
if serveOpts.embeddedEtcd {