Merge "Fix typo in plugin.sh"

This commit is contained in:
Jenkins 2016-12-25 18:00:52 +00:00 committed by Gerrit Code Review
commit 89c2cb9255

View File

@ -11,7 +11,7 @@ source $DEST/heat/devstack/lib/heat
if is_heat_enabled; then
if [[ "$1" == "stack" && "$2" == "install" ]]; then
echo_summary "Installing heat"
# Use stack_install_service here to account for vitualenv
# Use stack_install_service here to account for virtualenv
stack_install_service heat
echo_summary "Installing heatclient"
install_heatclient