mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-10 17:48:50 +08:00
[dev] One more newline in deploy-it output
This commit is contained in:
parent
f0cd18eaa7
commit
9eabfa516f
1 changed files with 1 additions and 0 deletions
|
@ -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!")
|
||||
|
|
Loading…
Reference in a new issue