adjust config name
This commit is contained in:
parent
87f7d4c9f9
commit
e44e272689
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue