mirror of
https://github.com/massgravel/get.activated.win.git
synced 2024-12-27 12:39:50 +01:00
Fix formatting
This commit is contained in:
parent
5459c9f129
commit
86075abe20
1 changed files with 1 additions and 1 deletions
2
get
2
get
|
@ -12,7 +12,7 @@ $RandomURL1 = Get-Random -InputObject $URLs
|
|||
$RandomURL2 = ($URLs -ne $RandomURL1)[0]
|
||||
|
||||
try {
|
||||
$response = Invoke-WebRequest -Uri $RandomURL1 -UseBasicParsing
|
||||
$response = Invoke-WebRequest -Uri $RandomURL1 -UseBasicParsing
|
||||
}
|
||||
catch {
|
||||
$response = Invoke-WebRequest -Uri $RandomURL2 -UseBasicParsing
|
||||
|
|
Loading…
Reference in a new issue