aboutsummaryrefslogtreecommitdiffstats
path: root/devscripts/bash-completion.py
diff options
context:
space:
mode:
authorshirt-dev <2660574+shirt-dev@users.noreply.github.com>2021-02-25 11:00:29 -0500
committerGitHub <noreply@github.com>2021-02-25 11:00:29 -0500
commitb45d4e4a8e89787ea400e53de9284d257ced6838 (patch)
treea79a01a52a0b102aee28b115c00616b6ed65efa5 /devscripts/bash-completion.py
parentb965087396ddb2d40dfe5bc12391ee000945129d (diff)
parent3e39273418ad6b2f740dccbcd949e065b1039946 (diff)
downloadhypervideo-pre-b45d4e4a8e89787ea400e53de9284d257ced6838.tar.lz
hypervideo-pre-b45d4e4a8e89787ea400e53de9284d257ced6838.tar.xz
hypervideo-pre-b45d4e4a8e89787ea400e53de9284d257ced6838.zip
Fix completion paths, zsh pip completion install (#114)
Diffstat (limited to 'devscripts/bash-completion.py')
-rwxr-xr-xdevscripts/bash-completion.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/devscripts/bash-completion.py b/devscripts/bash-completion.py
index 66c3d14f7..a41aa4c62 100755
--- a/devscripts/bash-completion.py
+++ b/devscripts/bash-completion.py
@@ -8,7 +8,7 @@ import sys
sys.path.insert(0, dirn(dirn((os.path.abspath(__file__)))))
import yt_dlp
-BASH_COMPLETION_FILE = "yt-dlp.bash-completion"
+BASH_COMPLETION_FILE = "completions/bash/yt-dlp"
BASH_COMPLETION_TEMPLATE = "devscripts/bash-completion.in"