diff --git a/pkg/config/config.go b/pkg/config/config.go index 2c473f8b..cf610adc 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -22,7 +22,6 @@ import ( "net/http" "net/http/httputil" "os" - "path/filepath" "regexp" "strings" ) @@ -34,8 +33,6 @@ var ( CaCertPaths string // Verbose represents a debug flag for HTTP Exchanges Verbose bool = false - - ConfigPath = filepath.Join(os.Getenv("HOME"), ".microcks-cli", "config.yaml") ) var sensitiveHeaderPattern = regexp.MustCompile(