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.
1 parent 4f77251 commit 85afe7aCopy full SHA for 85afe7a
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