aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorl1ttleO <[email protected]>2020-11-23 21:47:27 +0500
committerGitHub <[email protected]>2020-11-23 08:47:27 -0800
commit8535eca3bf78bb74672f1c72571640187a8c3ea7 (patch)
treed8bbc922e0b39ae72018b6f3e25404d8668beaad /scripts
parent821ce25d95ef5aa33a7134c640258e239769fdac (diff)
downloadPaper-8535eca3bf78bb74672f1c72571640187a8c3ea7.tar.gz
Paper-8535eca3bf78bb74672f1c72571640187a8c3ea7.zip
[CI-SKIP] Fix an error in commit message when updating upstream (#4796)
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/upstreamCommit.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/upstreamCommit.sh b/scripts/upstreamCommit.sh
index 9937f2f25c..033cf24624 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="$@"