Skip to content

Commit

Permalink
App Engine versions should be lower case
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjmcgrath committed Jun 13, 2015
1 parent 4429d81 commit c78108f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def deploy(branch='dev', pull_request='false', tag=None):

if tag:
logging.info('Deploying TAG:%s to prod', tag)
version = 'PROD'
version = 'prod'
else:
logging.info('Deploying VERSION:%s', version)

Expand Down

0 comments on commit c78108f

Please sign in to comment.