We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 715618b commit 2b0f12eCopy full SHA for 2b0f12e
Source/Configuration.psm1
@@ -192,9 +192,6 @@ function Get-StoragePath {
192
throw "Could not determine the storage name, Get-StoragePath should only be called from inside a script or module."
193
}
194
$CompanyName = $CompanyName -replace "[$([Regex]::Escape(-join[IO.Path]::GetInvalidFileNameChars()))]","_"
195
-
196
- $PathRoot = Join-Path $PathRoot $Type
197
198
if($CompanyName -and $CompanyName -ne "Unknown") {
199
$PathRoot = Join-Path $PathRoot $CompanyName
200
0 commit comments