Skip to content

Commit 0774dfe

Browse files
author
David Christ
committed
Update described in Issue nodegit#59
1 parent 0a191d5 commit 0774dfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ async.series([
7171
function checkPython2Exists(callback) {
7272
exec('which python2',
7373
function (error) {
74-
if (error !== null) {
74+
if (!error) {
7575
pythonExecutable = 'python2';
7676
callback();
7777
return;

0 commit comments

Comments
 (0)