From ea939568190b660025974f5bd2aaf10337f52a2c Mon Sep 17 00:00:00 2001 From: Jashandeep Sohi <95394050+jashan-lco@users.noreply.github.com> Date: Fri, 6 Sep 2024 14:48:35 -0700 Subject: [PATCH] Update flake.nix fix spelling --- templates/app-repo/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/app-repo/flake.nix b/templates/app-repo/flake.nix index 2e91f95..12dd2ee 100644 --- a/templates/app-repo/flake.nix +++ b/templates/app-repo/flake.nix @@ -50,7 +50,7 @@ echo "Setting KUBECONFIG=$KUBECONFIG" echo - echo "This is done to sandbox Kuberenetes tools (kubectl, skaffold, etc) to the local K8s cluster for this project." + echo "This is done to sandbox Kubernetes tools (kubectl, skaffold, etc) to the local K8s cluster for this project." echo "If you would like to use a local K8s cluster across multiple projects, then set 'KUBECONFIG' to a common path" echo "in both projects before running the command to create the local cluster." '';