diff --git a/tools/bump_lyft_support_rotation.sh b/tools/bump_lyft_support_rotation.sh index 062d165eaa..b53e7435c3 100755 --- a/tools/bump_lyft_support_rotation.sh +++ b/tools/bump_lyft_support_rotation.sh @@ -51,7 +51,7 @@ set_maintainer "$next" "$maintainers_file" message="Lyft support maintainer changing from to " echo "$message" -curl -H "Content-type: application/json" \ +curl -H "Content-type: application/json; charset=utf-8" \ --data "{\"channel\":\"C02F93EEJCE\",\"blocks\":[{\"type\":\"section\",\"text\":{\"type\":\"mrkdwn\",\"text\":\"$message\"}}]}" \ -H "Authorization: Bearer $SLACK_BOT_TOKEN" \ -X POST \