Skip to content

Commit

Permalink
Get-TssFolderState - update warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmelton committed Oct 4, 2021
1 parent 8b88fe8 commit 9907d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions/folders/Get-TssFolderState.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function Get-TssFolderState {
$apiResponse = Invoke-TssApi @invokeParams
$restResponse = . $ProcessResponse $apiResponse
} catch {
Write-Warning "Issue getting folder details on folder [$folder]"
Write-Warning "Issue getting folder state on folder [$folder]"
$err = $_
. $ErrorHandling $err
}
Expand Down

0 comments on commit 9907d60

Please sign in to comment.