Fix incorrect function call
This commit is contained in:
parent
77e5e9e95f
commit
c5e775fc88
1 changed files with 1 additions and 1 deletions
|
@ -38,5 +38,5 @@ $startLayout.pinnedList = $startLayout.pinnedList | Where-Object {
|
|||
|
||||
$startLayout | ConvertTo-Json | Set-Content $startLayoutFile;
|
||||
|
||||
Pop-Location "$tempDir";
|
||||
Pop-Location;
|
||||
Remove-Item -Recurse "$tempDir";
|
||||
|
|
Loading…
Reference in a new issue