Skip to content

Commit

Permalink
Merge pull request #47 from rickyshelton/fix/issue-43
Browse files Browse the repository at this point in the history
Issue 43 - change environment variable name to correct key
  • Loading branch information
crk-codaio authored Dec 11, 2019
2 parents 5c047cf + 80292ab commit 809472f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metaflow/main_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ def aws(profile):
service_url = click.prompt('\tPlease enter the URL for your '
'metadata service')
env_dict['METAFLOW_DEFAULT_METADATA'] = 'service'
env_dict['METADATA_SERVICE_URL'] = service_url
env_dict['METAFLOW_SERVICE_URL'] = service_url

# Conda (on S3) configuration.
if use_s3:
Expand Down

0 comments on commit 809472f

Please sign in to comment.