From 78fe53406eb89422ea1080ea2cbe005e1280d092 Mon Sep 17 00:00:00 2001 From: Mahmoud Al-Qudsi Date: Thu, 5 Oct 2017 13:26:56 +0200 Subject: [PATCH] Fix copy-and-paste pip3 -> pip2 typo Thanks @floam. See #4448 --- share/completions/pip2.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/completions/pip2.fish b/share/completions/pip2.fish index 76d3a1465..894e87634 100644 --- a/share/completions/pip2.fish +++ b/share/completions/pip2.fish @@ -1,3 +1,3 @@ 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