Skip to content

Commit

Permalink
Update PowerShell/ScubaGear/Modules/Providers/ExportAADProvider.psm1
Browse files Browse the repository at this point in the history
Co-authored-by: David Bui <105074908+buidav@users.noreply.github.com>
  • Loading branch information
tkol2022 and buidav committed Jan 24, 2024
1 parent 4fff807 commit e1405b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ function Get-PrivilegedUser {
}
# If the current role has not already been added to the user's roles array then add the role
if ($PrivilegedUsers[$User.Id].roles -notcontains $Role.DisplayName) {
$PrivilegedUsers[$User.Id].roles += $Role.DisplayName
$PrivilegedUsers[$User.Id].roles += $Role.DisplayName
}
}

Expand Down

0 comments on commit e1405b8

Please sign in to comment.