Skip to content

Commit 64ee6cd

Browse files
Fix reindex console script with correct defaults
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
1 parent a139352 commit 64ee6cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/licensedcode/reindex.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
@click.option(
4444
'--additional-directory',
4545
type=click.Path(exists=True, readable=True, file_okay=False, resolve_path=True, path_type=str),
46-
default=False,
46+
default=None,
4747
metavar='DIR',
4848
help='Include this directory with additional custom licenses and license rules '
4949
'in the license detection index.',

0 commit comments

Comments
 (0)