Add missing Pop-Location
statement
This commit is contained in:
parent
e3061750a3
commit
a736a62609
1 changed files with 1 additions and 0 deletions
|
@ -24,5 +24,6 @@ $null = New-Module {
|
|||
Write-Information "Renaming user configuration to $configName";
|
||||
Push-Location $path;
|
||||
Rename-Item $genericConfigName $configName;
|
||||
Pop-Location;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue