Skip to content

Commit

Permalink
chore: fix prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
evenstensberg committed Jun 11, 2019
1 parent 0acd33e commit 478340d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/utils/prompt-command.js
Expand Up @@ -48,8 +48,8 @@ const runWhenInstalled = (packages, pathForCmd, ...args) => {

module.exports = function promptForInstallation(packages, ...args) {
const nameOfPackage = "@webpack-cli/" + packages;
let packageIsInstalled = true;
let pathForCmd = "../../packages/init";
let packageIsInstalled = false;
let pathForCmd;
try {
const path = require("path");
const fs = require("fs");
Expand Down

0 comments on commit 478340d

Please sign in to comment.