win_chocolatey - remove stray comment

This commit is contained in:
Jordan Borean 2019-03-15 16:53:02 +10:00
parent 77f7e5a986
commit abbc42ea3b
No known key found for this signature in database
GPG key ID: 2AAC89085FBBDAB5

View file

@ -328,7 +328,6 @@ Function Get-ChocolateyPackageVersion {
$res = Run-Command -command $command
# Chocolatey v0.10.12 introduced enhanced exit codes, 2 means no results, e.g. no package
#
if ($res.rc -notin @(0, 2)) {
$module.Result.command = $command
$module.Result.rc = $res.rc