Skip to content

Commit

Permalink
fix: use http git remote for autoversioning in awscli (#529)
Browse files Browse the repository at this point in the history
  • Loading branch information
lyonlai authored Oct 21, 2024
1 parent 138cceb commit ea567bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awscli.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

Expand Down

0 comments on commit ea567bd

Please sign in to comment.