diff --git a/scripts/govtool/Makefile b/scripts/govtool/Makefile index 8268fbada..8e723e7ad 100644 --- a/scripts/govtool/Makefile +++ b/scripts/govtool/Makefile @@ -155,7 +155,7 @@ info: notify: @:$(call check_defined, cardano_network) @:$(call check_defined, env) - curl -X POST -H "Authorization: Bearer $$GRAFANA_SLACK_OAUTH_TOKEN" -d "channel=$$GRAFANA_SLACK_RECIPIENT" -d "text=The deploy to $(env) has been made from branch $(branch) ($(shell git-rev-parse HEAD))" https://slack.com/api/chat.postMessage + curl -X POST -H "Authorization: Bearer $$GRAFANA_SLACK_OAUTH_TOKEN" -d "channel=$$GRAFANA_SLACK_RECIPIENT" -d "text=The deploy to $(env) has been made from branch $(branch) ($(shell git rev-parse HEAD))" https://slack.com/api/chat.postMessage .PHONY: ssh ssh: