diff options
Diffstat (limited to 'tools/cinder.bash_completion')
| -rw-r--r-- | tools/cinder.bash_completion | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cinder.bash_completion b/tools/cinder.bash_completion index 60127b1..4dbc779 100644 --- a/tools/cinder.bash_completion +++ b/tools/cinder.bash_completion @@ -16,7 +16,7 @@ _cinder() fi if [[ "$prev" != "help" ]] ; then - COMPLETION_CACHE=~/.cinderclient/*/*-cache + COMPLETION_CACHE=~/.cache/cinderclient/*/*-cache cflags="$_cinder_flags $_cinder_opts "$(cat $COMPLETION_CACHE 2> /dev/null | tr '\n' ' ') COMPREPLY=($(compgen -W "${cflags}" -- ${cur})) else |
