diff options
author | Jakob Unterwurzacher | 2021-08-21 14:04:04 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2021-08-21 14:04:04 +0200 |
commit | b603169d2ccd47013d46bfcb33c1c105342cff95 (patch) | |
tree | 6cb326f8e4a86da49de15518c4efa1296fc6fed1 /init_dir.go | |
parent | 4b93525249e7dca3b76a4a2be924c4d57a4d81e1 (diff) |
configfile: pass struct to Create 2/2
Drop Create and rename Create2 to Create.
Diffstat (limited to 'init_dir.go')
-rw-r--r-- | init_dir.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init_dir.go b/init_dir.go index 7953870..ae00565 100644 --- a/init_dir.go +++ b/init_dir.go @@ -86,7 +86,7 @@ func initDir(args *argContainer) { fido2HmacSalt = nil } creator := tlog.ProgramName + " " + GitVersion - err = configfile.Create2(&configfile.CreateArgs{ + err = configfile.Create(&configfile.CreateArgs{ Filename: args.config, Password: password, PlaintextNames: args.plaintextnames, |