[Updated] geuphoria.sh: fixed missing new character escape

This commit is contained in:
Mollusk 2016-08-29 08:57:03 -07:00
parent b4214127b5
commit 42efcad11a

View File

@ -41,7 +41,7 @@ check_deps(){
get_path=$(which curl) get_path=$(which curl)
if [ ! ${get_path} ];then if [ ! ${get_path} ];then
printf "Please install: ${deps}" printf "Please install: ${deps}\n"
exit 0; exit 0;
else else
printf "Deps passed checks..moving on\n" printf "Deps passed checks..moving on\n"