mirror of
https://github.com/go-acme/lego.git
synced 2025-04-08 17:04:06 +02:00
Propagate AgreeToTOS change to CLI
This commit is contained in:
parent
3ddf33c8c3
commit
3d311b9882
@ -104,7 +104,7 @@ func run(c *cli.Context) {
|
||||
}
|
||||
|
||||
if text == "Y" || text == "y" || text == "" {
|
||||
err = client.AgreeToTos()
|
||||
err = client.AgreeToTOS()
|
||||
if err != nil {
|
||||
logger().Fatalf("Could not agree to tos -> %v", err)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user