From 0bec1500dc23d1867b989b0923dc25a29e61dfe6 Mon Sep 17 00:00:00 2001 From: Yun Lai Date: Tue, 22 Oct 2024 10:34:59 +1100 Subject: [PATCH] fix: use http git remote for autoversioning in awscli --- awscli.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awscli.hcl b/awscli.hcl index a67faa10..002a2a9a 100644 --- a/awscli.hcl +++ b/awscli.hcl @@ -16,7 +16,7 @@ linux { version "2.0.40" "2.1.26" "2.2.4" "2.4.2" "2.4.4" "2.4.7" "2.5.8" "2.6.4" "2.7.35" "2.13.26" "2.17.51" { auto-version { - git-tags = "git@github.com:aws/aws-cli.git" + git-tags = "https://github.com/aws/aws-cli.git" } }