TP-5555 | fix account
This commit is contained in:
@@ -119,7 +119,7 @@ func (ep *ErrorProcessor) ProcessError(error []byte) {
|
||||
var appendedAccount = "-" + awsAccount
|
||||
//for PPL to maintain backward compatability we will leave the account name as blank which
|
||||
//is hacky but could not find better workaround for now
|
||||
if awsAccount == "ppl" {
|
||||
if awsAccount == "ppl" || awsAccount == "" {
|
||||
appendedAccount = ""
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user