forked from TrueCloudLab/lego
Propagate AgreeToTOS change to CLI
This commit is contained in:
parent
3ddf33c8c3
commit
3d311b9882
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue