summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6f52483..2450249 100644
--- a/Makefile
+++ b/Makefile
@@ -27,5 +27,5 @@ clean:
completions/bash/%:
mkdir -p completions/bash
- register-python-argcomplete3 $(notdir $@) >$@.tmp
+ register-python-argcomplete $(notdir $@) >$@.tmp
mv $@.tmp $@