Fix incomplete command

This commit is contained in:
Manuel Thalmann 2023-07-18 21:09:08 +02:00
parent c2b18bda68
commit 33c8b4264e

View file

@ -37,7 +37,7 @@ $startLayout.pinnedList = $startLayout.pinnedList | Where-Object {
}
$startLayout | ConvertTo-Json | Set-Content $startLayoutFile;
Import-StartLayout $startLayoutFile;
Import-StartLayout $startLayoutFile "$env:SystemDrive";
Pop-Location;
Remove-Item -Recurse "$tempDir";