From b5a5fd68e1d2315a2547abad92a635ef0c175f3a Mon Sep 17 00:00:00 2001 From: Nikolas Grottendieck Date: Thu, 5 Dec 2024 20:24:03 +0100 Subject: [PATCH] fix: use FQNs for formulae from custom taps This prevents conflicts with official (core) formulae of the same name. This is the case with `kubetail` for example. --- Brewfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Brewfile b/Brewfile index e2f6c5cc552..f1c6ce28040 100755 --- a/Brewfile +++ b/Brewfile @@ -29,7 +29,7 @@ brew "htop" brew "jq" brew "kubectx" brew "kubernetes-cli" -brew "kubetail" +brew "johanhaleby/kubetail/kubetail" #brew "markdownlint-cli2" brew "mas" brew "maven" @@ -38,8 +38,8 @@ brew "moreutils" brew "netcat" brew "node" brew "opentofu" -brew "otel-cli" -brew "otel-desktop-viewer" # maybe replace with Jaeger-All-In-One? See https://github.com/open-telemetry/community/issues/1515 +brew "equinix-labs/otel-cli/otel-cli" +brew "CtrlSpice/homebrew-otel-desktop-viewer/otel-desktop-viewer" # maybe replace with Jaeger-All-In-One? See https://github.com/open-telemetry/community/issues/1515 brew "pigz" # See https://github.com/moby/moby/pull/35697 (may be irrelevant for macOS) brew "ripgrep" #brew "shellcheck"