ga-wdi-boston / orientation

Instructions for students beginning General Assembly's WDI program in Boston
Other
11 stars 198 forks source link

Rbenv script version check will be false #270

Open danman01 opened 7 years ago

danman01 commented 7 years ago

We're now on an updated version, so this conditional is always true:

if [[ $(rbenv --version) != 'rbenv 1.1.0' ]]; then
  echo -e "\n There may have been an issue installing rbenv. Please ask consultant for assistance. \n"
fi

Maybe get rid of it, and just mention, "Please check you have installed the latest version of rbenv, which can be seen in the most up-to-date commit of this file in the rbenv github repository"