Merge "Fixed typo causing bug in openstack-hosts-setup"

This commit is contained in:
Jenkins 2017-02-11 03:47:41 +00:00 committed by Gerrit Code Review
commit 9857714451
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
exit $result;
;;
ubuntu)
dpkg-query -s python $> /dev/null
dpkg-query -s python &> /dev/null
result=$?
if [ $result -eq 1 ]; then