run golangci-lint run --fix --fast (#6270)

This commit is contained in:
Mohammed Al Sahaf
2024-04-25 00:17:23 +03:00
committed by GitHub
parent 76c4cf5a56
commit c6eb186064
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -372,7 +372,7 @@ func (iss *ACMEIssuer) UnmarshalCaddyfile(d *caddyfile.Dispenser) error {
return d.Errf("lifetime must be >= 0: %s", lifetime)
}
iss.CertificateLifetime = caddy.Duration(lifetime)
case "dir":
if iss.CA != "" {
return d.Errf("directory is already specified: %s", iss.CA)