We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f77251 + 85afe7a commit c8e5efbCopy full SHA for c8e5efb
README.md
@@ -397,7 +397,7 @@ var options = {
397
key: '/VirtualBox/GuestInfo/Net/0/V4/IP',
398
};
399
400
-virtualbox.guestproperty.get(function guestproperty_callback(machines, error) {
+virtualbox.guestproperty.get(options, function guestproperty_callback(machines, error) {
401
if (error) throw error;
402
// Act on machines
403
});
0 commit comments