diff --git a/cmd/lk/app.go b/cmd/lk/app.go index 06fe28b..6b595d8 100644 --- a/cmd/lk/app.go +++ b/cmd/lk/app.go @@ -403,10 +403,8 @@ func manageEnv(ctx context.Context, cmd *cli.Command) error { } func instantiateEnv(ctx context.Context, cmd *cli.Command, rootPath string, addlEnv *map[string]string, exampleFile string, skipLiveKitKeys bool) (map[string]string, error) { - // Initialize with default values env := map[string]string{} - // Only add LiveKit credentials if not disabled in taskfile if !skipLiveKitKeys { env = map[string]string{ "LIVEKIT_API_KEY": project.APIKey,