Skip to content

Commit

Permalink
moved scripts to 'scripts' directory
Browse files Browse the repository at this point in the history
  • Loading branch information
christian bellee authored and christian bellee committed Jan 1, 2025
1 parent efc9fe0 commit 30bcc8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cloudflare.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ $params = @{

$resp = Invoke-WebRequest @params -SkipHttpErrorCheck
if ($resp.StatusCode -ne 200) {
throw "Failed to add Cloud Connector rule. Code: $($resp.StatusCode) Desc: $($resp.StatusDescription)"
Write-Output "Failed to add Cloud Connector rule. Code: $($resp.StatusCode) Desc: $($resp.StatusDescription)"
}
else {
Write-Output "Cloud Connector rule added successfully"
Expand Down

0 comments on commit 30bcc8a

Please sign in to comment.