From 233a2b02e221ec76f837572b51db9a425985abba Mon Sep 17 00:00:00 2001 From: Noah van der Aa Date: Sun, 28 Nov 2021 11:32:02 +0100 Subject: [PATCH] [ci skip] Fix typo in upstream update commit message (#706) --- scripts/upstreamCommit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upstreamCommit.sh b/scripts/upstreamCommit.sh index 220fe9e..34c201d 100755 --- a/scripts/upstreamCommit.sh +++ b/scripts/upstreamCommit.sh @@ -15,7 +15,7 @@ if [ ! -z "$bungee" ]; then logsuffix="$logsuffix\n\nBungeeCord Changes:\n$bungee" if [ -z "$updated" ]; then updated="BungeeCord"; else updated="$updated/BungeeCord"; 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="$@"