Skip to content

Commit 7c35365

Browse files
committed
Use http url on create homebrew tap
1 parent 33ac527 commit 7c35365

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313

1414
## Master
1515

16+
- Use http tap url on update homebrew script [f-meloni][]
17+
1618
## 3.17.0
1719

1820
- Edit Dangerfile as a Swift Package on `danger-swift edit` instead of xcodeproj [@417-72KI][] - [#566](https://github.com/danger/swift/pull/566)

Scripts/create_homebrew_tap.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ fi
1010
TOOL_NAME=danger-swift
1111

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

1616
TAR_FILENAME="$TOOL_NAME-$VERSION.tar.gz"

0 commit comments

Comments
 (0)