feat(aa): update parse definition to last changes.

This commit is contained in:
Alexandre Pujol 2024-06-19 23:24:43 +01:00
parent 163c5be61c
commit cd03640c10
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
3 changed files with 3 additions and 3 deletions

View file

@ -153,7 +153,7 @@ func (f *AppArmorProfileFile) resolveInclude(include *Include) error {
if err != nil {
return err
}
if err := iFile.Parse(raw); err != nil {
if _, err := iFile.Parse(raw); err != nil {
return err
}
}