mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-03 23:20:19 -07:00
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
|
$res = Run-Command -command $command
|
||||||
|
|
||||||
# Chocolatey v0.10.12 introduced enhanced exit codes, 2 means no results, e.g. no package
|
# Chocolatey v0.10.12 introduced enhanced exit codes, 2 means no results, e.g. no package
|
||||||
#
|
|
||||||
if ($res.rc -notin @(0, 2)) {
|
if ($res.rc -notin @(0, 2)) {
|
||||||
$module.Result.command = $command
|
$module.Result.command = $command
|
||||||
$module.Result.rc = $res.rc
|
$module.Result.rc = $res.rc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue