Skip to content

Commit f0ba2e1

Browse files
author
Diogo Franco
authored
Fix typo
1 parent 2c94641 commit f0ba2e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lifecycleScripts/postinstall.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ if (require.main === module) {
7171
console.warn("[nodegit] WARN - Could not finish postinstall");
7272

7373
if (
74-
process.pladtform === "linux" &&
74+
process.platform === "linux" &&
7575
~e.toString().indexOf("libstdc++")
7676
) {
7777
printStandardLibError();

0 commit comments

Comments
 (0)