Skip to content

Commit

Permalink
switch to https for homebrew submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
synfinatic committed Feb 28, 2023
1 parent 2e15b09 commit 11ec652
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "homebrew"]
path = homebrew
url = git@github.com:synfinatic/homebrew-aws-sso-cli.git
url = https://github.com/synfinatic/homebrew-aws-sso-cli.git
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# AWS SSO CLI Changelog

## [v1.9.10] - 2023-02-27

* Switch to `https` for homebrew submodule
* Use `homebrew-core` to distribute via brew #458

## [v1.9.9] - 2023-02-25

### Bugs
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PROJECT_VERSION := 1.9.9
PROJECT_VERSION := 1.9.10
DOCKER_REPO := synfinatic
PROJECT_NAME := aws-sso

Expand Down

0 comments on commit 11ec652

Please sign in to comment.