From b603169d2ccd47013d46bfcb33c1c105342cff95 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sat, 21 Aug 2021 14:04:04 +0200 Subject: configfile: pass struct to Create 2/2 Drop Create and rename Create2 to Create. --- init_dir.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init_dir.go') 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, -- cgit v1.2.3