[ci skip] Fix typo in upstream update commit message (#706)

This commit is contained in:
Noah van der Aa 2021-11-28 11:32:02 +01:00 committed by GitHub
parent 151435f749
commit 233a2b02e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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="$@"