From 4ab042f9f1ee0cb5e0f1feda933d57281547fbe6 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Sat, 14 Sep 2024 08:13:39 -0500 Subject: [PATCH] fix envrc --- .envrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.envrc b/.envrc index 84ae7f9..1d68cf8 100644 --- a/.envrc +++ b/.envrc @@ -2,7 +2,7 @@ export KUBECONFIG="$(expand_path ./kubeconfig)" export SOPS_AGE_KEY_FILE="$(expand_path ./age.key)" export TALOSCONFIG="$(expand_path ./kubernetes/bootstrap/talos/clusterconfig/talosconfig)" -export KREW_ROOT="$(expand_path ~/.krew/bin)"; +export KREW_ROOT="$(expand_path ~/.krew/bin)" export CLUSTER="theshire" export KUBERNETES_DIR="$(expand_path ./kubernetes)" PATH_add $KREW_ROOT