Skip to content

Commit

Permalink
Merge pull request #9 from aws-deepracer-community/fix/simapp-s3-path
Browse files Browse the repository at this point in the history
Update simapp path to melodic
  • Loading branch information
jochem725 authored May 9, 2021
2 parents 6e5f21a + a727dc8 commit 11a06e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deepracer_race_stats/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def track_update(ctx, output_folder):

@cli.command()
@click.option("-o", "--output-folder", required=True)
@click.option("-b", "--simapp-bucket", default="deepracer-managed-resources-us-east-1")
@click.option("-b", "--simapp-bucket", default="deepracer-melodic-managed-resources-us-east-1")
@click.option("-k", "--simapp-key", default=SIMAPP_TAR_GZ)
@click.pass_context
def simapp_update(ctx, output_folder, simapp_bucket, simapp_key):
Expand Down

0 comments on commit 11a06e6

Please sign in to comment.