Skip to content

Commit 6f57ac5

Browse files
jacobm-splunkdaveshanley
authored andcommitted
OPENAPI: accidentally missed a reference to the variable
1 parent 1ec155c commit 6f57ac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

daemon/build_request.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ func BuildHttpTransaction(build HttpTransactionConfig) *HttpTransaction {
141141
newUrl, e = url.Parse(replaced.RewrittenPath)
142142
if e != nil {
143143
newUrl = build.NewRequest.URL
144-
pterm.Error.Printf("major configuration problem: cannot parse URL: `%s`: %s", replaced, e.Error())
144+
pterm.Error.Printf("major configuration problem: cannot parse URL: `%s`: %s", replaced.RewrittenPath, e.Error())
145145
}
146146
if build.NewRequest.URL.RawQuery != "" {
147147
newUrl.RawQuery = build.NewRequest.URL.RawQuery

0 commit comments

Comments
 (0)