From 31ee9fff6e6f862a5fc0f555b53f68024a883c76 Mon Sep 17 00:00:00 2001 From: David Howells Date: Fri, 3 Mar 2017 15:37:30 +0000 Subject: [PATCH] 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 --- bash_complete | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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@) -- 2.50.1