Skip to content

Commit

Permalink
peep
Browse files Browse the repository at this point in the history
  • Loading branch information
rajbos authored Sep 8, 2023
1 parent 8df254e commit 3182a27
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Src/PowerShell/github-calls.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ function GetRawFile {
)

if ($null -eq $url) {
Write-Warning "Cannot handle empt url"
return ""
}
$index = $url.IndexOf("?token=")
Expand All @@ -331,6 +332,8 @@ function GetRawFile {
return ""
}

Write-Host "Got this result $requestResult"

try {
$result = $requestResult | Select-Object -Expand Content
}
Expand Down

0 comments on commit 3182a27

Please sign in to comment.