diff --git a/tforgione.sh b/tforgione.sh index 61daa93..da7490a 100755 --- a/tforgione.sh +++ b/tforgione.sh @@ -221,8 +221,8 @@ ask_for_nodejs() { else yes_no_ask "do you wish to install and configure nodejs?" if [ $? -eq 0 ]; then - should_install_node=1 - should_configure_node=1 + should_install_nodejs=1 + should_configure_nodejs=1 fi fi