Skip to content

Commit

Permalink
Merge pull request #106 from derac/master
Browse files Browse the repository at this point in the history
fix usage of guestproperty.get in readme
  • Loading branch information
colonelpopcorn authored Aug 27, 2021
2 parents 4f77251 + 85afe7a commit c8e5efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ var options = {
key: '/VirtualBox/GuestInfo/Net/0/V4/IP',
};

virtualbox.guestproperty.get(function guestproperty_callback(machines, error) {
virtualbox.guestproperty.get(options, function guestproperty_callback(machines, error) {
if (error) throw error;
// Act on machines
});
Expand Down

0 comments on commit c8e5efb

Please sign in to comment.