diff options
Diffstat (limited to 'scripts/upstreamCommit.sh')
-rwxr-xr-x | scripts/upstreamCommit.sh | 2 |
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="$@" |