Fix incomplete command
This commit is contained in:
parent
3a097d2194
commit
8d6dbcb491
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ $startLayout.pinnedList = $startLayout.pinnedList | Where-Object {
|
||||||
}
|
}
|
||||||
|
|
||||||
$startLayout | ConvertTo-Json | Set-Content $startLayoutFile;
|
$startLayout | ConvertTo-Json | Set-Content $startLayoutFile;
|
||||||
Import-StartLayout $startLayoutFile;
|
Import-StartLayout $startLayoutFile "$env:SystemDrive";
|
||||||
|
|
||||||
Pop-Location;
|
Pop-Location;
|
||||||
Remove-Item -Recurse "$tempDir";
|
Remove-Item -Recurse "$tempDir";
|
||||||
|
|
Loading…
Reference in a new issue