Skip to content

Commit

Permalink
(chocolatey-archiveGH-514) Fix setting errored during install
Browse files Browse the repository at this point in the history
  • Loading branch information
ferventcoder committed Jul 11, 2014
1 parent c47fea2 commit 981b963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions/Chocolatey-NuGet.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Write-Debug "Installing packages to `"$nugetLibPath`"."
Write-Error "Package `'$installedPackageName v$installedPackageVersion`' did not install successfully: $($_.Exception.Message)"
if ($badPackages -ne '') { $badPackages += ', '}
$badPackages += "$packageName"
$chocolateyErrored = true
$chocolateyErrored = $true
}
}
}
Expand Down

0 comments on commit 981b963

Please sign in to comment.