]> www.infradead.org Git - users/dhowells/kafs-utils.git/commitdiff
The bash-comp-helper.py script is now in kafs/, not suite/
authorDavid Howells <dhowells@redhat.com>
Fri, 3 Mar 2017 15:37:30 +0000 (15:37 +0000)
committerDavid Howells <dhowells@redhat.com>
Fri, 3 Mar 2017 15:37:40 +0000 (15:37 +0000)
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 <dhowells@redhat.com>
bash_complete

index 128d5ee119a9ce3341fecfa367f56d1fa36cf881..49808b46c56af26574610e7fcb4c28c64e8dc454 100644 (file)
@@ -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@)