Skip to content

Commit 233a2b0

Browse files
authored
[ci skip] Fix typo in upstream update commit message (#706)
1 parent 151435f commit 233a2b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/upstreamCommit.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if [ ! -z "$bungee" ]; then
1515
logsuffix="$logsuffix\n\nBungeeCord Changes:\n$bungee"
1616
if [ -z "$updated" ]; then updated="BungeeCord"; else updated="$updated/BungeeCord"; fi
1717
fi
18-
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"
18+
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"
1919

2020
if [ ! -z "$1" ]; then
2121
disclaimer="$@"

0 commit comments

Comments
 (0)