mirror of
https://github.com/PaperMC/Paper.git
synced 2025-05-19 05:30:23 -07:00
[CI-SKIP] Fix an error in commit message when updating upstream (#4796)
This commit is contained in:
parent
72ea212bec
commit
ed5c452182
@ -25,7 +25,7 @@ if [ ! -z "$spigot" ]; then
|
|||||||
logsuffix="$logsuffix\n\nSpigot Changes:\n$spigot"
|
logsuffix="$logsuffix\n\nSpigot Changes:\n$spigot"
|
||||||
if [ -z "$updated" ]; then updated="Spigot"; else updated="$updated/Spigot"; fi
|
if [ -z "$updated" ]; then updated="Spigot"; else updated="$updated/Spigot"; fi
|
||||||
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
|
if [ ! -z "$1" ]; then
|
||||||
disclaimer="$@"
|
disclaimer="$@"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user