Fix typo in plugin.sh

TrivialFix: "vitualenv" should be "virtualenv"

Change-Id: If0f58c00a8d6bb0e303d39e908155b2219439f27
This commit is contained in:
zhangyanxian 2016-12-07 07:06:17 +00:00
parent 16f4f43033
commit 658407c11b
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ if is_service_enabled panko-api; then
preinstall_panko
elif [[ "$1" == "stack" && "$2" == "install" ]]; then
echo_summary "Installing Panko"
# Use stack_install_service here to account for vitualenv
# Use stack_install_service here to account for virtualenv
stack_install_service panko
elif [[ "$1" == "stack" && "$2" == "post-config" ]]; then
echo_summary "Configuring Panko"