Skip to content

Commit ab27250

Browse files
committed
Fixed lint
1 parent aba3221 commit ab27250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/promotenuget.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ foreach ($package in $packages) {
7474
try
7575
{
7676
Write-Host "Checking if $package version $Version exists..."
77-
$response = Invoke-RestMethod -Uri $uri -Method Get -Headers $headers
77+
Invoke-RestMethod -Uri $uri -Method Get -Headers $headers
7878
}
7979
catch
8080
{

0 commit comments

Comments
 (0)