go-helm-client
go-helm-client copied to clipboard
options.Debug not actually checked/used
Discovered today that options.Debug is not actually checked and even if it's false (default) a DebugLog func is still setup based on the fact that DebugLog is false so if I don't want DebugLogs I need to pass an empty func instead of leaving things as they are by default.