diff --git a/cf_gateway_rule_delete.js b/cf_gateway_rule_delete.js index 67e9050..5e6f27b 100644 --- a/cf_gateway_rule_delete.js +++ b/cf_gateway_rule_delete.js @@ -16,4 +16,4 @@ const cgpsRule = rules.find(({ name }) => name === "CGPS Filter Lists"); await deleteZeroTrustRule(cgpsRule.id); })(); // Send a notification to the webhook -await notifyWebhook("CF Gateway Rule Create script finished running"); +await notifyWebhook("CF Gateway Rule Delete script finished running");