fix path of vitrage.bash_completion

Change-Id: I3c39e48371b81c60db1d976b6a8b013318f9ec08
This commit is contained in:
Eyal 2016-02-22 14:09:20 +02:00
parent 5099cc76a1
commit 250f2bad76

View File

@ -147,7 +147,7 @@ function install_vitrageclient {
if use_library_from_git "python-vitrageclient"; then
git_clone_by_name "python-vitrageclient"
setup_dev_lib "python-vitrageclient"
sudo install -D -m 0644 -o $STACK_USER {${GITDIR["python-vitrageclient"]}/tools/,/etc/bash_completion .d/}vitrage.bash_completion
sudo install -D -m 0644 -o $STACK_USER {${GITDIR["python-vitrageclient"]}/tools/,/etc/bash_completion.d/}vitrage.bash_completion
else
pip_install_gr python-vitrageclient
fi