Skip to content

Commit

Permalink
fix: use FQNs for formulae from custom taps
Browse files Browse the repository at this point in the history
This prevents conflicts with official (core) formulae of the same name. This is
the case with `kubetail` for example.
  • Loading branch information
Okeanos committed Dec 5, 2024
1 parent 762c8c9 commit b5a5fd6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit b5a5fd6

Please sign in to comment.