Skip to content

Commit 0e9a48f

Browse files
committed
Update New-GraphGetRequest.ps1
1 parent 940c99e commit 0e9a48f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/CIPPCore/Public/GraphHelper/New-GraphGetRequest.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function New-GraphGetRequest {
5959
$RetryCount = 0
6060
$MaxRetries = 3
6161
$RequestSuccessful = $false
62-
Write-Information "GET [$nextURL] | tenant: $tenantid | attempt: $($RetryCount + 1) of $MaxRetries"
62+
Write-Information "GET [ $nextURL ] | tenant: $tenantid | attempt: $($RetryCount + 1) of $MaxRetries"
6363
do {
6464
try {
6565
$GraphRequest = @{

0 commit comments

Comments
 (0)