From 8e1b509af1f225bf948dc29c69e3d0f50c7149a1 Mon Sep 17 00:00:00 2001 From: Aikar Date: Mon, 6 Aug 2018 23:24:38 -0400 Subject: [PATCH] [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 --- paper | 1 + 1 file changed, 1 insertion(+) diff --git a/paper b/paper index a368d58c2f..4a50c06ef1 100755 --- a/paper +++ b/paper @@ -85,6 +85,7 @@ case "$1" in "cu" | "commitup" | "commitupstream" | "upcommit" | "upstreamcommit") ( cd "$basedir" + shift scripts/upstreamCommit.sh "$@" ) ;;