修改路径bug 3
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
7110844c7c
commit
a05c3725e7
|
@ -78,7 +78,7 @@ public static class FileStoreHelper
|
||||||
{
|
{
|
||||||
var rootPath = GetIRaCISRootPath(_hostEnvironment);
|
var rootPath = GetIRaCISRootPath(_hostEnvironment);
|
||||||
|
|
||||||
var physicalFilePath = Path.Combine(rootPath, relativePath.Trim('/'));
|
var physicalFilePath = Path.Combine(rootPath, relativePath);
|
||||||
|
|
||||||
return physicalFilePath;
|
return physicalFilePath;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue