Fix copy-and-paste pip3 -> pip2 typo

Thanks @floam. See #4448
This commit is contained in:
Mahmoud Al-Qudsi 2017-10-05 13:26:56 +02:00
parent 7e48f5cc4f
commit 78fe53406e

View file

@ -1,3 +1,3 @@
if command -sq pip2 if command -sq pip2
pip3 completion --fish | string replace -r "\b-c\s+pip\b" -- "-c pip2" | source pip2 completion --fish | string replace -r "\b-c\s+pip\b" -- "-c pip2" | source
end end