summaryrefslogtreecommitdiff
path: root/get
diff options
context:
space:
mode:
authorWindowsAddict2024-08-15 00:32:44 +0000
committerWindowsAddict2024-08-15 00:32:44 +0000
commit86075abe20b5b89140a3fed0fe034c9ce6e3b6c0 (patch)
treecee0b4566a2a972b51c48d6ec76210f39fce344c /get
parent5459c9f1296d1cfe0bf04327e9c63d0faac2c9c9 (diff)
downloadmassgravel.github.io-86075abe20b5b89140a3fed0fe034c9ce6e3b6c0.zip
Fix formatting
Diffstat (limited to 'get')
-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