Fixing path normalization
Publish PHP Package / docker (push) Successful in 7s
Details
Publish PHP Package / docker (push) Successful in 7s
Details
This commit is contained in:
parent
67eb05b65d
commit
49f2a47e64
|
@ -139,7 +139,7 @@ function validate_flt_class(\taskman\ConfigFetchResult $fetch_result, \taskman\C
|
|||
if(strpos($conf_path, '@') === 0)
|
||||
$conf_path = substr($conf_path, 1) . '.conf.js';
|
||||
|
||||
$conf_path = \taskman\normalize_path(\taskman\config_real_path($config_globals->base_dirs, $conf_path), false);
|
||||
$conf_path = \taskman\normalize_path(\taskman\config_real_path($config_globals->base_dirs, $conf_path));
|
||||
|
||||
$conf_cache = $fetch_result->getByPath($conf_path);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue