From 6906a340aa143a3fa2dedb40b9701487bb7ddd2d Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Tue, 26 Sep 2023 09:34:36 -0500 Subject: [PATCH] Fix quotes. --- .envrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.envrc b/.envrc index b7a8641..1ec308d 100644 --- a/.envrc +++ b/.envrc @@ -1,4 +1,4 @@ #shellcheck disable=SC2148,SC2155 export KUBECONFIG="$(expand_path ./kubeconfig)" export SOPS_AGE_KEY_FILE="$(expand_path ./age.key)" -export TALOSCONFIG="$(expand_path ./talos/clusterconfig/talosconfig) \ No newline at end of file +export TALOSCONFIG="$(expand_path ./talos/clusterconfig/talosconfig)" \ No newline at end of file