Skip to content

Commit

Permalink
Get-UserAudit - fixing warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmelton committed May 29, 2021
1 parent 71fa1f7 commit 99dd43e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions/users/Get-UserAudit.ps1
Expand Up @@ -56,7 +56,7 @@ function Get-UserAudit {
try {
$restResponse = . $InvokeApi @invokeParams
} catch {
Write-Warning "Issue getting ___ on [$user]"
Write-Warning "Issue getting audit data on user [$user]"
$err = $_
. $ErrorHandling $err
}
Expand Down

0 comments on commit 99dd43e

Please sign in to comment.