Commit 46f797e3 authored by Geoff Simmons's avatar Geoff Simmons

Remove an unreachable line of code (spotted by go vet).

parent 57bfb318
......@@ -798,7 +798,6 @@ func (hc *Controller) AddOrUpdateTLSSecret(
"Certificate for TLS Secret %s "+
"not found at instance %s",
secret, inst.name)
continue
}
if IsPermissionProblem(err) {
return update.MakeFatal(
......
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