[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
a96460a635
commit
e4dcd5359a
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")
|
"cu" | "commitup" | "commitupstream" | "upcommit" | "upstreamcommit")
|
||||||
(
|
(
|
||||||
cd "$basedir"
|
cd "$basedir"
|
||||||
|
shift
|
||||||
scripts/upstreamCommit.sh "$@"
|
scripts/upstreamCommit.sh "$@"
|
||||||
)
|
)
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue