diff options
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -155,6 +155,7 @@ func main() { os.Exit(ErrExitInit) } tlog.Info.Printf("Using config file at custom location %s", args.config) + args._configCustom = true } else if args.reverse { args.config = filepath.Join(args.cipherdir, configfile.ConfReverseName) } else { |