Skip to content

Commit 2b0f12e

Browse files
committed
Remove $Type reference
1 parent 715618b commit 2b0f12e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Source/Configuration.psm1

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,6 @@ function Get-StoragePath {
192192
throw "Could not determine the storage name, Get-StoragePath should only be called from inside a script or module."
193193
}
194194
$CompanyName = $CompanyName -replace "[$([Regex]::Escape(-join[IO.Path]::GetInvalidFileNameChars()))]","_"
195-
196-
$PathRoot = Join-Path $PathRoot $Type
197-
198195
if($CompanyName -and $CompanyName -ne "Unknown") {
199196
$PathRoot = Join-Path $PathRoot $CompanyName
200197
}

0 commit comments

Comments
 (0)