Skip to content

Commit 893d993

Browse files
Raidokgajus
authored andcommitted
fix: correct a copy-paste error in a log message (#29)
1 parent 9113572 commit 893d993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utilities/writeIndexCli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default (directoryPaths, options = {}) => {
1818
if (options.updateIndex) {
1919
log('Update index:', options.updateIndex ? chalk.green('true') : chalk.red('false'));
2020
} else {
21-
log('Recursive:', options.ignoreUnsafe ? chalk.green('true') : chalk.red('false'));
21+
log('Recursive:', options.recursive ? chalk.green('true') : chalk.red('false'));
2222
log('Ignore unsafe:', options.ignoreUnsafe ? chalk.green('true') : chalk.red('false'));
2323
}
2424

0 commit comments

Comments
 (0)