diff options
| author | WindowsAddict | 2024-08-15 00:32:44 +0000 |
|---|---|---|
| committer | WindowsAddict | 2024-08-15 00:32:44 +0000 |
| commit | 86075abe20b5b89140a3fed0fe034c9ce6e3b6c0 (patch) | |
| tree | cee0b4566a2a972b51c48d6ec76210f39fce344c /get | |
| parent | 5459c9f1296d1cfe0bf04327e9c63d0faac2c9c9 (diff) | |
| download | massgravel.github.io-86075abe20b5b89140a3fed0fe034c9ce6e3b6c0.zip | |
Fix formatting
Diffstat (limited to 'get')
| -rw-r--r-- | get | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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
|
