From 8535eca3bf78bb74672f1c72571640187a8c3ea7 Mon Sep 17 00:00:00 2001 From: l1ttleO <61277953+l1ttleO@users.noreply.github.com> Date: Mon, 23 Nov 2020 21:47:27 +0500 Subject: [PATCH] [CI-SKIP] Fix an error in commit message when updating upstream (#4796) --- scripts/upstreamCommit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upstreamCommit.sh b/scripts/upstreamCommit.sh index 9937f2f25..033cf2462 100755 --- a/scripts/upstreamCommit.sh +++ b/scripts/upstreamCommit.sh @@ -25,7 +25,7 @@ if [ ! -z "$spigot" ]; then logsuffix="$logsuffix\n\nSpigot Changes:\n$spigot" if [ -z "$updated" ]; then updated="Spigot"; else updated="$updated/Spigot"; fi fi -disclaimer="Upstream has released updates that appears to apply and compile correctly.\nThis update has not been tested by PaperMC and as with ANY update, please do your own testing" +disclaimer="Upstream has released updates that appear to apply and compile correctly.\nThis update has not been tested by PaperMC and as with ANY update, please do your own testing" if [ ! -z "$1" ]; then disclaimer="$@"