minor update based on review feedback

pull/7105/head
Prasad Katti 2020-03-19 14:52:52 -07:00
parent 68f973c193
commit 8d48c68aec
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ func logCommands(r cruntime.Manager, bs bootstrapper.Bootstrapper, length int, f
cmds["container status"] = cruntime.ContainerStatusCommand()
cfg, err := config.Load(viper.GetString(config.ProfileName))
if err != nil && !config.IsNotExist(err) {
if err != nil {
out.ErrLn("Error loading profile config: %v", err)
}