From: David Howells Date: Fri, 3 Mar 2017 15:37:30 +0000 (+0000) Subject: The bash-comp-helper.py script is now in kafs/, not suite/ X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=31ee9fff6e6f862a5fc0f555b53f68024a883c76;p=users%2Fdhowells%2Fkafs-utils.git The bash-comp-helper.py script is now in kafs/, not suite/ The bash-comp-helper.py script is now in kafs/, not suite/ so bash_complete needs to change to reflect that. Signed-off-by: David Howells --- diff --git a/bash_complete b/bash_complete index 128d5ee..49808b4 100644 --- a/bash_complete +++ b/bash_complete @@ -9,7 +9,7 @@ # . ~/.stgit-completion.bash _afs () { - COMPREPLY=($(./suite/bash-comp-helper.py $COMP_CWORD "${COMP_WORDS[@]}")) + COMPREPLY=($(./kafs/bash-comp-helper.py $COMP_CWORD "${COMP_WORDS[@]}")) case "${COMPREPLY[0]}" in @HOSTNAME@)