Skip to content

Commit

Permalink
Fix wrong import
Browse files Browse the repository at this point in the history
  • Loading branch information
canibanoglu committed Nov 21, 2019
1 parent c072476 commit 00f8428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/wrapBinaryCommands.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
const packageInfo = require("../package.json");
const fs = require("fs").promises;
const path = require("path");
const { INFO } = require("utils");
const { INFO } = require("./utils");

const WRAPPER_CONTENT = fileName => `#!/usr/bin/env node
const path = require('path');
Expand Down

0 comments on commit 00f8428

Please sign in to comment.