mirror of
https://github.com/git-for-windows/git.git
synced 2025-12-13 00:06:03 -06:00
applymbox: typofix
Sorry, I broke this command completely with the stupid typo. Noticed by Marco Costalba. Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
6677c4665a
commit
c6f60f991f
@ -14,7 +14,7 @@
|
|||||||
USAGE='<msg> <patch> <info> [<signoff>]'
|
USAGE='<msg> <patch> <info> [<signoff>]'
|
||||||
. git-sh-setup
|
. git-sh-setup
|
||||||
|
|
||||||
case "$#" in 3|4) usage ;; esac
|
case "$#" in 3|4) ;; *) usage ;; esac
|
||||||
|
|
||||||
final=.dotest/final-commit
|
final=.dotest/final-commit
|
||||||
##
|
##
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user