From 3903d162d7943d6ee2049b4def9f9e989835f94d Mon Sep 17 00:00:00 2001 From: Sylvia Crowe Date: Fri, 24 Jan 2025 14:28:09 -0800 Subject: [PATCH] refactor: remove ConnOverrideConfig The behavior that ConnOverrideConfig controlled became default behavior, so it can be removed. --- pkg/wconfig/settingsconfig.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/wconfig/settingsconfig.go b/pkg/wconfig/settingsconfig.go index b3866ab0ee..8383b52825 100644 --- a/pkg/wconfig/settingsconfig.go +++ b/pkg/wconfig/settingsconfig.go @@ -138,7 +138,6 @@ type FullConfigType struct { type ConnKeywords struct { ConnWshEnabled *bool `json:"conn:wshenabled,omitempty"` ConnAskBeforeWshInstall *bool `json:"conn:askbeforewshinstall,omitempty"` - ConnOverrideConfig bool `json:"conn:overrideconfig,omitempty"` ConnWshPath string `json:"conn:wshpath,omitempty"` ConnShellPath string `json:"conn:shellpath,omitempty"` ConnIgnoreSshConfig *bool `json:"conn:ignoresshconfig,omitempty"`