From be44ae43225e5936d27f12303934848c210920e0 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Mon, 31 Oct 2016 13:33:33 -0400 Subject: [PATCH] newlines and stuff --- src/gam-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gam-install.sh b/src/gam-install.sh index a3689406..fd624901 100755 --- a/src/gam-install.sh +++ b/src/gam-install.sh @@ -147,11 +147,12 @@ while true; do read -p "GAM is now installed. Are you ready to set up a Google API project for GAM? (yes or no) " yn case $yn in [Yy]*) $target_dir/gam/gam create project; break;; - [Nn]*) echo -e "\nYou can create an API project later by running:\n\ngam create project"; break;; + [Nn]*) echo -e "\nYou can create an API project later by running:\n\ngam create project\n\n"; break;; * ) echo "Please answer yes or no.";; esac done +echo -e "Here's information about your new GAM installation:\n\n" $target_dir/gam/gam version # Clean up after ourselves even if we are killed with CTRL-C