Skip to content

Commit a9a99f0

Browse files
Update Backup-PSULocation.ps1
1 parent 766f191 commit a9a99f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PSUtil/functions/explorer/Backup-PSULocation.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
$Levels = (Get-PSFConfigValue -FullName 'PSUtil.Path.BackupStepsDefault' -Fallback 1)
2929
)
3030

31-
Set-Location -Path (,".." * $Levels | Join-String -With ([System.IO.Path]::DirectorySeparatorChar))
31+
Set-Location -Path (,".." * $Levels | Join-String -Separator ([System.IO.Path]::DirectorySeparatorChar))
3232
}
3333

3434
Import-PSUAlias -Name "bu" -Command "Backup-PSULocation"

0 commit comments

Comments
 (0)