chef / kitchen-vcenter

A test-kitchen driver for vCenter REST API
https://www.chef.io/implementations/vmware
Apache License 2.0
25 stars 26 forks source link

Fix active discovery command #87

Closed leotaglia closed 4 years ago

leotaglia commented 4 years ago

Description

This fixes the active_discovery_command error "Active discovery failed: can't convert nil into Integer" when trying to use the property on the kitchen.yml

Check List

Author: Leonardo Tagliabue leotaglia@gmail.com

Fix return value on function.

Obvious fix.