Skip to content

Commit 6dbb761

Browse files
committed
fixing syntax error in catch
1 parent b5f990c commit 6dbb761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ test_script:
9696
$isAllowedFileFormatUpdated = $true;
9797
Invoke-RestMethod -Uri "http://localhost/reports/api/v1.0/ReportServerInfo/Model.UpdateSettings" -Method POST -UseDefaultCredentials -ContentType 'application/json' -Body $stringNewRequest
9898
}
99-
catch (){
99+
catch{
100100
$isAllowedFileFormatUpdated = $false
101101
Start-Sleep -Seconds 1
102102
}

0 commit comments

Comments
 (0)