Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-johan-grahn committed Dec 16, 2024
1 parent 9a7b066 commit 503f4df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kube/wrappers/routeWrapper.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,6 @@ func (rw *RouteWrapper) GetURL(forceHttps bool, healthEndpoint string) string {
u.Path = path.Join(u.EscapedPath(), healthEndpoint)
}
}
log.Info(fmt.Sprintf("u.String(): %s", u.String())
log.Info(fmt.Sprintf("u.String(): %s", u.String()))
return u.String()
}

0 comments on commit 503f4df

Please sign in to comment.