win_chocolatey - remove stray comment
This commit is contained in:
parent
77f7e5a986
commit
abbc42ea3b
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue