adjust config name

This commit is contained in:
Niko Storni 2019-07-10 18:04:05 +02:00
parent 87f7d4c9f9
commit e44e272689

View file

@ -55,7 +55,7 @@ func reflectBlobs() error {
return errors.Err(err)
}
exPath := filepath.Dir(ex)
config, err := loadConfig(exPath + "/prismconfig.json")
config, err := loadConfig(exPath + "/prism_config.json")
if err != nil {
return errors.Err(err)
}