4883: removed exit with error
parent
1a790dad18
commit
17365e7e42
|
@ -243,7 +243,7 @@ func ValidateProfile(profile string) (*ErrValidateProfile, bool) {
|
|||
|
||||
validProfiles, invalidProfiles, err := pkgConfig.ListProfiles()
|
||||
if err != nil {
|
||||
exit.WithError("Not able to retrieve profile list", err)
|
||||
out.FailureT(err.Error())
|
||||
}
|
||||
|
||||
// handling invalid profiles
|
||||
|
|
Loading…
Reference in New Issue