From 30476925c67e330aab50f90bfb154a3e6ec3b08b Mon Sep 17 00:00:00 2001 From: Jory Irving <46251616+joryirving@users.noreply.github.com> Date: Wed, 8 May 2024 09:59:58 -0600 Subject: [PATCH] Fix siderolabs tap https://github.com/siderolabs/homebrew-tap#how-do-i-install-talosctl --- .taskfiles/Workstation/Brewfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.taskfiles/Workstation/Brewfile b/.taskfiles/Workstation/Brewfile index 0d31dc67854..59688345bbb 100644 --- a/.taskfiles/Workstation/Brewfile +++ b/.taskfiles/Workstation/Brewfile @@ -1,6 +1,6 @@ tap "fluxcd/tap" tap "go-task/tap" -tap "siderolabs/talos" +tap "siderolabs/tap" brew "age" brew "cloudflared" brew "direnv"