refactor: remove extraneous argument

pull/508/head
Jorge Bucaran 6 years ago
parent 79b2f21662
commit 7140368155
No known key found for this signature in database
GPG Key ID: E54BA3C0E646DB30

@ -53,7 +53,7 @@ function fisher -a cmd -d "fish package manager"
case -h {,--}help
_fisher_help
case ""
_fisher_commit -- $argv
_fisher_commit --
case add rm
if not isatty
while read -l arg

Loading…
Cancel
Save