feat(aa): update parse definition to last changes.
This commit is contained in:
parent
163c5be61c
commit
cd03640c10
3 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue