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

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