summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--get2
1 files changed, 1 insertions, 1 deletions
diff --git a/get b/get
index 1207865..b947e1f 100644
--- a/get
+++ b/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