win_chocolatey - remove stray comment

pull/53858/head
Jordan Borean 6 years ago
parent 77f7e5a986
commit abbc42ea3b
No known key found for this signature in database
GPG Key ID: 2AAC89085FBBDAB5

@ -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

Loading…
Cancel
Save