diff --git a/citadel/tools/merge-upstream-pull-request.sh b/citadel/tools/merge-upstream-pull-request.sh index 1e3408dea3..a034b5c450 100755 --- a/citadel/tools/merge-upstream-pull-request.sh +++ b/citadel/tools/merge-upstream-pull-request.sh @@ -49,7 +49,7 @@ curl -v \ -H "User-Agent: myBotThing (http://some.url, v0.1)" \ -H "Content-Type: application/json" \ -X POST \ --d "{\"content\":\"Mirroring [$1] from /tg/ to Hippie\"}" \ +-d "{\"content\":\"Mirroring [$1] from /tg/ to Citadel\"}" \ https://discordapp.com/api/channels/$CHANNELID/messages # We need to make sure we are always on a clean master when creating the new branch.