This is an automated email from the ASF dual-hosted git repository.
aw pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/yetus.git
The following commit(s) were added to refs/heads/main by this push:
new 6c8e3c1 YETUS-1033. Move homebrew tap into it's own repo (#165)
6c8e3c1 is described below
commit 6c8e3c110af51343203209467b07eaa48e6c9398
Author: Allen Wittenauer <[email protected]>
AuthorDate: Wed Oct 21 08:16:13 2020 -0700
YETUS-1033. Move homebrew tap into it's own repo (#165)
---
asf-site-src/source/downloads.html.md.erb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/asf-site-src/source/downloads.html.md.erb
b/asf-site-src/source/downloads.html.md.erb
index a453936..e66b54b 100644
--- a/asf-site-src/source/downloads.html.md.erb
+++ b/asf-site-src/source/downloads.html.md.erb
@@ -54,7 +54,7 @@ third-party repositories (e.g. Maven Central) and [Docker
Hub](../yetus-docker-i
The latest version of Apache Yetus is also available via Homebrew on Mac OS X:
```bash
-brew tap apache/yetus https://github.com/apache/yetus
+brew tap apache/yetus https://github.com/apache/yetus-homebrew
brew install yetus
```