Skip to content

Commit c8e5efb

Browse files
Merge pull request #106 from derac/master
fix usage of guestproperty.get in readme
2 parents 4f77251 + 85afe7a commit c8e5efb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ var options = {
397397
key: '/VirtualBox/GuestInfo/Net/0/V4/IP',
398398
};
399399

400-
virtualbox.guestproperty.get(function guestproperty_callback(machines, error) {
400+
virtualbox.guestproperty.get(options, function guestproperty_callback(machines, error) {
401401
if (error) throw error;
402402
// Act on machines
403403
});

0 commit comments

Comments
 (0)