mirror of
https://github.com/restic/restic.git
synced 2025-12-10 06:21:49 +00:00
server/key: Rename CreateKey -> CreateMasterKey
This commit is contained in:
@@ -75,7 +75,7 @@ func (cmd CmdInit) Execute(args []string) error {
|
||||
|
||||
s := server.NewServer(be)
|
||||
|
||||
_, err = server.CreateKey(s, pw)
|
||||
_, err = server.CreateMasterKey(s, pw)
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "creating key in backend at %s failed: %v\n", opts.Repo, err)
|
||||
os.Exit(1)
|
||||
|
||||
Reference in New Issue
Block a user