From 23555077b561c3aa97be7e199d5bb169bfeb1981 Mon Sep 17 00:00:00 2001 From: Ryan VanGundy <85766511+rmvangun@users.noreply.github.com> Date: Mon, 27 Oct 2025 08:45:44 -0400 Subject: [PATCH] fix(cmd): Don't check trusted directory when injecting env on init When running `windsor init`, there's no need to check if a directory is trusted. The `init` command implicitly trusts a folder. Signed-off-by: Ryan VanGundy <85766511+rmvangun@users.noreply.github.com> --- cmd/init.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/init.go b/cmd/init.go index 7becdcac3..8759e7ab5 100644 --- a/cmd/init.go +++ b/cmd/init.go @@ -61,7 +61,6 @@ var initCmd = &cobra.Command{ } if err := runtime.NewRuntime(deps). LoadShell(). - CheckTrustedDirectory(). LoadConfig(). LoadSecretsProviders(). LoadEnvVars(runtime.EnvVarsOptions{