From 268a0ac8626eb30dd466aacd1c007953b0dc570a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=98eho=C5=99?= Date: Thu, 16 May 2024 22:33:26 +0200 Subject: [PATCH] fix(taskfiles) fix siderolabs tap --- .taskfiles/Workstation/Brewfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.taskfiles/Workstation/Brewfile b/.taskfiles/Workstation/Brewfile index 0d31dc67..59688345 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"