Fix problems with relative/absolute path
This commit is contained in:
@@ -69,8 +69,9 @@ func (p *Parser) Parse(appname string) {
|
||||
cli.WithDefaultConfigPath,
|
||||
cli.WithNormalization(true),
|
||||
cli.WithInterpolation(true),
|
||||
//cli.WithResolvedPaths(true),
|
||||
cli.WithResolvedPaths(true),
|
||||
)
|
||||
|
||||
if err != nil {
|
||||
log.Fatal(err)
|
||||
}
|
||||
|
Reference in New Issue
Block a user