Skip to content

Commit

Permalink
Set-FolderPermission - correct warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmelton committed Jun 4, 2021
1 parent e976947 commit 4f65edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions/folder-permissions/Set-FolderPermission.ps1
Expand Up @@ -87,7 +87,7 @@ function Set-FolderPermission {
try {
$restResponse = . $InvokeApi @invokeParams
} catch {
Write-Warning 'Issue setting property on [$]'
Write-Warning 'Issue setting property on folder permission [$folderPermission]'
$err = $_
. $ErrorHandling $err
}
Expand Down

0 comments on commit 4f65edd

Please sign in to comment.