pull/15/merge
Daniel 2024-03-23 17:00:45 -07:00 committed by GitHub
commit d75b4f800b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ func Setup(configurationFile string, debug bool) *ini.File {
configurationFile = "config.ini"
}
cfg, err := ini.Load("config.ini")
cfg, err := ini.Load(configurationFile)
if err != nil {
fmt.Printf("Fail to read file: %v", err)
os.Exit(1)