Skip to content

Commit

Permalink
fix other tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mshustov committed Oct 16, 2020
1 parent ded7c8d commit f71e580
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export function displayHelp() {
export function processOptions(userOptions, defaultConfigPath) {
validateOptions(userOptions);

const useDefaultConfig = userOptions.config === undefined;
const useDefaultConfig = !userOptions.config;
const config = useDefaultConfig ? defaultConfigPath : userOptions.config;

if (!config) {
Expand Down

0 comments on commit f71e580

Please sign in to comment.