Skip to content

Commit ed32833

Browse files
Update test-example.ps1
1 parent bca6717 commit ed32833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-example.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function Install-Packages {
2222

2323
# Loop through each package and install it individually
2424
foreach ($package in $packages) {
25-
$packageVersion = GetValidNpmVersion -PackageName $package -Version $buildVersion
25+
$packageVersion = Get-ValidNpmVersion -PackageName $package -Version $buildVersion
2626
$packageWithVersion = "$package@$packageVersion"
2727
Write-Output "Installing $packageWithVersion..."
2828

0 commit comments

Comments
 (0)