From 3c1bce5c211e980b58616c1d5e6c730d5666e8a4 Mon Sep 17 00:00:00 2001 From: LetterJay Date: Wed, 6 Sep 2017 21:20:29 -0500 Subject: [PATCH] Update merge-upstream-pull-request.sh --- citadel/tools/merge-upstream-pull-request.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.