Commit 67bea72d authored by Geoff Simmons's avatar Geoff Simmons

Minor formatting improvement.

parent 7a875506
......@@ -373,7 +373,8 @@ func (worker *NamespaceWorker) ings2VCLSpec(
// XXX this should not be an error
if rule.Host == "" {
return vclSpec, bcfgs,
fmt.Errorf("Ingress rule contains empty Host")
fmt.Errorf("Ingress rule contains " +
"empty Host")
}
vclRule := vcl.Rule{Host: rule.Host}
vclRule.PathMap = make(map[string]vcl.Service)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment