Skip to content

Commit

Permalink
Cool typo spazz
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaldron committed Oct 19, 2015
1 parent fa77a72 commit f11d2e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/postinstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ npm.on("close", function(code) {
console.log("serialport installation failed. Error Code:", code);
}

delete process.ENV.SERIAL_PORT_INSTALLED;
delete process.env.SERIAL_PORT_INSTALLED;
});

/*
Expand Down
2 changes: 1 addition & 1 deletion scripts/preinstall.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
process.ENV.SERIAL_PORT_INSTALLED = true;
process.env.SERIAL_PORT_INSTALLED = true;

0 comments on commit f11d2e4

Please sign in to comment.