Skip to content

Commit

Permalink
fix: GitHub releases page no longer support after parameter, use ta…
Browse files Browse the repository at this point in the history
…gs page
  • Loading branch information
pdecat committed Mar 7, 2025
1 parent 6de0a15 commit cccf955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/claranet_tfwrapper/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def get_architecture():
RC_UNK = 2

LIMIT_GITHUB_RELEASES = 42
GITHUB_RELEASES = "https://github.com/{}/releases"
GITHUB_RELEASES = "https://github.com/{}/tags"

TERRAFORM_RELEASES_URL = "https://releases.hashicorp.com/terraform/index.json"
TERRAFORM_MINOR_VERSION_REGEX = r"[0-9]+\.[0-9]+"
Expand Down

0 comments on commit cccf955

Please sign in to comment.