Skip to content

Commit

Permalink
chore: use new param names
Browse files Browse the repository at this point in the history
  • Loading branch information
kmruiz committed Dec 4, 2023
1 parent 476acd6 commit 222b57c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .evergreen/InstallNode.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Write-Output "$filename downloaded"
Write-Output "Time taken: $((Get-Date).Subtract($start_time).Seconds) second(s)"

# https://github.com/PowerShell/Microsoft.PowerShell.Archive/issues/52
Microsoft.PowerShell.Archive\Expand-Archive $node_zip -DestinationPath $PSScriptRoot
Expand-Archive -Path $node_zip -OutputPath $PSScriptRoot
Get-ChildItem -Path $PSScriptRoot

Set-Location -Path $node_dir
Expand Down

0 comments on commit 222b57c

Please sign in to comment.