Fix quotes.
This commit is contained in:
parent
3ac7d5a40d
commit
6906a340aa
1 changed files with 1 additions and 1 deletions
2
.envrc
2
.envrc
|
@ -1,4 +1,4 @@
|
||||||
#shellcheck disable=SC2148,SC2155
|
#shellcheck disable=SC2148,SC2155
|
||||||
export KUBECONFIG="$(expand_path ./kubeconfig)"
|
export KUBECONFIG="$(expand_path ./kubeconfig)"
|
||||||
export SOPS_AGE_KEY_FILE="$(expand_path ./age.key)"
|
export SOPS_AGE_KEY_FILE="$(expand_path ./age.key)"
|
||||||
export TALOSCONFIG="$(expand_path ./talos/clusterconfig/talosconfig)
|
export TALOSCONFIG="$(expand_path ./talos/clusterconfig/talosconfig)"
|
Reference in a new issue