Skip to content

Commit

Permalink
feat(opencollective prompt): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
misterdev committed Mar 12, 2019
1 parent b96ad56 commit c2351b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/cli.js
Expand Up @@ -7,6 +7,7 @@

(function() {
// wrap in IIFE to be able to use return

const importLocal = require("import-local");
// Prefer the local installation of webpack-cli
if (importLocal(__filename)) {
Expand Down Expand Up @@ -475,7 +476,7 @@ For more information, see https://webpack.js.org/api/cli/.`);


const now = new Date();
const MONDAY = 2;
const MONDAY = 1;
const SIX_DAYS = 518400000;
if (now.getDay() === MONDAY) {
const statSync = require("fs").statSync;
Expand Down

0 comments on commit c2351b1

Please sign in to comment.