Skip to content

Commit

Permalink
pr feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Spillman committed Aug 27, 2019
1 parent 6b340df commit cc58f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Module/MyGetPackageMigration.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ function Move-MyGetNuGetPackages

if ($versionsMissingInDestination.Length -gt 0) {

if ($NumVersions -ne $null)
if ($null -ne $NumVersions)
{
Write-Host "Migrating $NumVersions package versions."
$versionsMissingInDestination = $versionsMissingInDestination | Select-Object -First $NumVersions
Expand Down

0 comments on commit cc58f36

Please sign in to comment.