Skip to content

Commit

Permalink
Remove duplicated $ParentName setting
Browse files Browse the repository at this point in the history
  • Loading branch information
joonro committed Jun 6, 2022
1 parent a8bdcfc commit d9150c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/FileInfo.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ function FileInfo {

If ($Script:LastParentName -ne $ParentName) {
$Color = $GetChildItemColorTable.File['Directory']
$ParentName = $Item.PSParentPath.Replace("Microsoft.PowerShell.Core\FileSystem::", "")

Write-Host
Write-Host " Directory: " -noNewLine
Expand Down

0 comments on commit d9150c2

Please sign in to comment.