Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-FFFFFF committed Nov 8, 2024
1 parent 3b5c073 commit 98f43a5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion deployment/managementgroup.go
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,10 @@ func (mg *HierarchyManagementGroup) generatePolicyAssignmentAdditionalRoleAssign
}
}
}
return errs
if errs != nil {
return errs
}
return nil
}

// update will update the AlzManagementGroup resources with the correct resource ids, references, etc.
Expand Down

0 comments on commit 98f43a5

Please sign in to comment.