aboutsummaryrefslogtreecommitdiff
path: root/account.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2016-01-08 10:22:05 +0100
committerDimitri Sokolyuk <demon@dim13.org>2016-01-08 10:22:05 +0100
commitaf05fe47b225a9aaf922f965bf0e25672fdd907d (patch)
tree484acbf883d27783ebbaf35b33d6213366237d1e /account.go
parenta893ae16a82829628953911a2cff954df835618b (diff)
Add webroot solver
Diffstat (limited to 'account.go')
-rw-r--r--account.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/account.go b/account.go
index abf10e2..95e2dde 100644
--- a/account.go
+++ b/account.go
@@ -92,7 +92,7 @@ func KeyAuthorization(s Thumber, token string) (string, error) {
}
func (a *Account) SaveKey(fname string) error {
- fd, err := CreateKeyFile(fname)
+ fd, err := CreatePrivFile(fname)
if err != nil {
return err
}