Fix typo in plugin.sh

It should be changed from "vitualenv" to "virtualenv".

Change-Id: I36f93d3c6b4f8c809c79856b4bbf2f804cccd95b
This commit is contained in:
Nam Nguyen Hoai 2016-12-07 14:20:14 +07:00
parent 4078e228dd
commit 14fe913508

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