mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Fix ignore-io searching bug
This commit is contained in:
parent
81e8a45b38
commit
3603b67eb7
|
|
@ -117,7 +117,7 @@ else
|
|||
show_usage
|
||||
exit
|
||||
fi
|
||||
search "$2"
|
||||
search "$1"
|
||||
;;
|
||||
-L|--list-alphabetically)
|
||||
print_in_alphabetical_order
|
||||
|
|
|
|||
Loading…
Reference in a new issue