fix home directory

This commit is contained in:
2022-02-16 21:58:09 +01:00
parent 1f69a7974a
commit d85470459f
3 changed files with 12 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ import (
"github.com/spf13/viper"
)
const VERSION = "1.5.4"
const VERSION = "1.5.5"
type OptionMap map[string][]interface{}
type Options map[string]OptionMap