bin/spaceship in spaceship-0.24.1 vs bin/spaceship in spaceship-0.25.0

- old
+ new

@@ -40,18 +40,18 @@ puts "Logging into to iTunes Connect (#{username})..." Spaceship::Tunes.login(username) puts "Successfully logged in to iTunes Connect".green puts "" rescue - puts "Could not login to iTunes Connect..." + puts "Could not login to iTunes Connect...".red end begin puts "Logging into the Developer Portal (#{username})..." Spaceship::Portal.login(username) puts "Successfully logged in to the Developer Portal".green puts "" rescue - puts "Could not login to the Developer Portal..." + puts "Could not login to the Developer Portal...".red end puts "---------------------------------------".green puts "| Welcome to the spaceship playground |".green puts "---------------------------------------".green