mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 07:20:24 +01:00
[CI-SKIP] pop $1 off before passing args to upcommit
args is suppose to be an OPTIONAL message override, but the command itself was being passed
This commit is contained in:
parent
7979b22cc9
commit
8e1b509af1
1 changed files with 1 additions and 0 deletions
1
paper
1
paper
|
@ -85,6 +85,7 @@ case "$1" in
|
|||
"cu" | "commitup" | "commitupstream" | "upcommit" | "upstreamcommit")
|
||||
(
|
||||
cd "$basedir"
|
||||
shift
|
||||
scripts/upstreamCommit.sh "$@"
|
||||
)
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue