diff --git a/get-new-tool-versions/send-slack-notification.ps1 b/get-new-tool-versions/send-slack-notification.ps1 index 0e6fbc5..75441e9 100644 --- a/get-new-tool-versions/send-slack-notification.ps1 +++ b/get-new-tool-versions/send-slack-notification.ps1 @@ -60,4 +60,3 @@ $jsonBodyMessage = @" # Send Slack message $null = Send-SlackPostMessageIncomingWebHook -Uri $url -Body $jsonBodyMessage -Write-Host "Message template: `n $jsonBodyMessage"