[dev] One more newline in deploy-it output

This commit is contained in:
Christine Spang 2017-03-28 17:02:45 -07:00
parent f0cd18eaa7
commit 9eabfa516f

View file

@ -58,6 +58,7 @@ try:
print
print "You can monitor your deploy using the Elastic Beanstalk console:"
print "https://us-west-2.console.aws.amazon.com/elasticbeanstalk/home?region=us-west-2#/applications"
print
subprocess.check_call(['eb', 'deploy', environment])
except:
sys.exit("eb deploy failed!")