Fix typo in bootstrap.sh

This commit is contained in:
AEtherC0r3 2017-06-19 14:41:52 +03:00 committed by Stella Rouzi
parent bf7e890739
commit a925ceac35

View file

@ -26,7 +26,7 @@ if [ ! -f /vagrant/config/database.yml ] && [ -f /vagrant/config/database.yml.ex
echo -e "WARNING: Please make sure this database works in this vagrant box!\n\n"
fi
else
echo -e "\nnWARNING: You have already configured your database in config/database.yml."
echo -e "\n\nWARNING: You have already configured your database in config/database.yml."
echo -e "WARNING: Please make sure this configuration works in this vagrant box!\n\n"
fi