Skip to content

Commit

Permalink
Merge pull request #112 from uptane/fix/garage-cli
Browse files Browse the repository at this point in the history
Fetch garage-sign from a new location
  • Loading branch information
cajun-rat authored Jun 19, 2024
2 parents 3662ed0 + cf48737 commit f88fb5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/get-garage-sign.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from pathlib import Path


aws_bucket_url = 'https://tuf-cli-releases.ota.here.com/'
aws_bucket_url = 'https://garage-sign.s3.eu-west-1.amazonaws.com/'


def main():
Expand Down

0 comments on commit f88fb5f

Please sign in to comment.