From 3be42ebc098f79ae97f669540dab79483f0fc42e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Mon, 3 Aug 2026 12:16:05 +0200 Subject: [PATCH] Fix: change version of terraform MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcin Woźniak --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 5062264..6fd1826 100644 --- a/.zshrc +++ b/.zshrc @@ -176,7 +176,7 @@ if [[ "$(uname)" == "Darwin" ]]; then grep -iEo '[0-9]+\.[0-9]+\.[0-9]+' | sort | head -n1) - export TFVERSION=$(ls -la /opt/homebrew/Cellar/tfenv/*/versions | + export TFVERSION=$(ls -la /opt/homebrew/Cellar/tfenv | grep -iEo '[0-9]+\.[0-9]+\.[0-9]+' | sort | head -n1)