4883: removed exit with error

pull/4999/head
bhanu011 2019-08-09 01:41:42 +05:30
parent 1a790dad18
commit 17365e7e42
1 changed files with 1 additions and 1 deletions

View File

@ -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