Fix incorrect file path
This commit is contained in:
parent
2f2ccbbe9d
commit
1affbba496
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ function Install-Firefox {
|
||||||
param([Context] $context)
|
param([Context] $context)
|
||||||
|
|
||||||
$tempDir = $context.GetTempDirectory();
|
$tempDir = $context.GetTempDirectory();
|
||||||
$configFile = "DefaultAssociations.xml";
|
$configFile = "$tempDir/DefaultAssociations.xml";
|
||||||
Push-Location $tempDir;
|
Push-Location $tempDir;
|
||||||
|
|
||||||
Write-Host "Installing Firefox";
|
Write-Host "Installing Firefox";
|
||||||
|
|
Loading…
Reference in a new issue