Skip to content

Commit

Permalink
Use http url on create homebrew tap
Browse files Browse the repository at this point in the history
  • Loading branch information
f-meloni committed Jul 2, 2023
1 parent 33ac527 commit 7c35365
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@

## Master

- Use http tap url on update homebrew script [f-meloni][]

## 3.17.0

- Edit Dangerfile as a Swift Package on `danger-swift edit` instead of xcodeproj [@417-72KI][] - [#566](https://github.com/danger/swift/pull/566)
Expand Down
2 changes: 1 addition & 1 deletion Scripts/create_homebrew_tap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fi
TOOL_NAME=danger-swift

HOMEBREW_TAP_TMPDIR=$(mktemp -d)
git clone --depth 1 git@github.com:danger/homebrew-tap.git "$HOMEBREW_TAP_TMPDIR"
git clone --depth 1 https://github.com/danger/homebrew-tap.git "$HOMEBREW_TAP_TMPDIR"
cd "$HOMEBREW_TAP_TMPDIR" || exit 1

TAR_FILENAME="$TOOL_NAME-$VERSION.tar.gz"
Expand Down

0 comments on commit 7c35365

Please sign in to comment.