check_extra7113: Fix wrong listing of RDS instances in regions without databases (#1124)

Co-authored-by: Jens Brey <jens.brey@allcloud.io>
This commit is contained in:
Jens Brey
2022-05-03 11:31:23 +02:00
committed by GitHub
parent ecbfbfb960
commit 59abd2bd5b

View File

@@ -52,7 +52,7 @@ extra7113(){
fi
done
else
textInfo "$regx: No RDS instances found" "$regx" "$rdsinstance"
textInfo "$regx: No RDS instances found" "$regx"
fi
done
}