We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ec155c commit 6f57ac5Copy full SHA for 6f57ac5
daemon/build_request.go
@@ -141,7 +141,7 @@ func BuildHttpTransaction(build HttpTransactionConfig) *HttpTransaction {
141
newUrl, e = url.Parse(replaced.RewrittenPath)
142
if e != nil {
143
newUrl = build.NewRequest.URL
144
- pterm.Error.Printf("major configuration problem: cannot parse URL: `%s`: %s", replaced, e.Error())
+ pterm.Error.Printf("major configuration problem: cannot parse URL: `%s`: %s", replaced.RewrittenPath, e.Error())
145
}
146
if build.NewRequest.URL.RawQuery != "" {
147
newUrl.RawQuery = build.NewRequest.URL.RawQuery
0 commit comments