Skip to content

Commit

Permalink
fix(create-webiny-project): set default value for log parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel910 committed Jul 5, 2020
1 parent 5432f06 commit 319047f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/create-webiny-project/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ yargs.command(
describe:
"Creates a log file to see output of installation. Defaults to creating cwp-logs.txt in current directory.",
alias: "l",
default: "",
type: "string",
demandOption: false
});
Expand Down

0 comments on commit 319047f

Please sign in to comment.