Compare commits
No commits in common. "2838b3756fc635c2facc4dfb1956ecff2e5e5039" and "37200b4cedbfe9a4b407649ef55f959ca107b14d" have entirely different histories.
2838b3756f
...
37200b4ced
|
|
@ -78,7 +78,7 @@ public static class FileStoreHelper
|
||||||
{
|
{
|
||||||
var rootPath = GetIRaCISRootPath(_hostEnvironment);
|
var rootPath = GetIRaCISRootPath(_hostEnvironment);
|
||||||
|
|
||||||
var physicalFilePath = Path.Combine(rootPath, relativePath.TrimStart('/'));
|
var physicalFilePath = Path.Combine(rootPath, relativePath);
|
||||||
|
|
||||||
return physicalFilePath;
|
return physicalFilePath;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue