aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'cmd')
-rw-r--r--cmd/acme/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/acme/main.go b/cmd/acme/main.go
index 8f5e4bc..38dc72d 100644
--- a/cmd/acme/main.go
+++ b/cmd/acme/main.go
@@ -30,7 +30,7 @@ func prepare(conf *Config) error {
if err != nil {
return err
}
- if err := acc.Account.SaveKey(acc.Key); err != nil {
+ if err := acc.Account.Save(acc.Key); err != nil {
return err
}
acc.pending = true