aboutsummaryrefslogtreecommitdiff
path: root/account.go
diff options
context:
space:
mode:
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 34040d6..abf10e2 100644
--- a/account.go
+++ b/account.go
@@ -91,7 +91,7 @@ func KeyAuthorization(s Thumber, token string) (string, error) {
return token + "." + thumb, nil
}
-func (a *Account) Save(fname string) error {
+func (a *Account) SaveKey(fname string) error {
fd, err := CreateKeyFile(fname)
if err != nil {
return err