Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import (
"net/http"
"net/http/httputil"
"os"
"path/filepath"
strings "strings"
)

Expand All @@ -33,8 +32,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")
)

// CreateTLSConfig wraps the creation of tls.Config object for use with HTTP Client for example.
Expand Down
Loading