Skip to content

Commit 0370c62

Browse files
committed
(bluefox) fix getMac
1 parent 511fcd9 commit 0370c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/setup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2836,7 +2836,7 @@ function getMac(callback) {
28362836
}
28372837

28382838
if (result === null) {
2839-
callback(new Error('could not determine the mac address from:\n' + data));
2839+
callback(new Error('could not determine the mac address from:\n' + stdout));
28402840
} else {
28412841
callback(null, result.replace(/-/g, ':').toLowerCase());
28422842
}

0 commit comments

Comments
 (0)