diff --git a/src/claranet_tfwrapper/__init__.py b/src/claranet_tfwrapper/__init__.py index 540a2c533..57c67c8e9 100755 --- a/src/claranet_tfwrapper/__init__.py +++ b/src/claranet_tfwrapper/__init__.py @@ -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]+"