git-commit-list: fix typo
command is written with two m, not three.
This commit is contained in:
parent
ae771c878f
commit
3b462a891e
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
if ! is-true "$(commmand git rev-parse --is-inside-work-tree 2> /dev/null)"; then
|
||||
if ! is-true "$(command git rev-parse --is-inside-work-tree 2> /dev/null)"; then
|
||||
print "${0}: not a repository work tree: ${PWD}" >&2
|
||||
return 1
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue