diff --git a/cli_handlers.go b/cli_handlers.go index a129fc68..09a87c84 100644 --- a/cli_handlers.go +++ b/cli_handlers.go @@ -189,7 +189,7 @@ func renew(c *cli.Context) { } if int(expTime.Sub(time.Now()).Hours() / 24.0) <= c.Int("days") { - continue; + continue } }