Skip to content

Commit

Permalink
installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffmikels committed Jan 15, 2021
1 parent adabb90 commit aa78957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ for (let key of Object.keys(ifaces)) {
for (let device of ifaces[key]) {
if (device.family == 'IPv4' && !device.internal) {
myip = device.address;
break 2;
break(2);
}
}
}
Expand Down

0 comments on commit aa78957

Please sign in to comment.