Skip to content

Commit 3f23318

Browse files
committed
🐛 Fix: correct output_dir typo
1 parent a00746c commit 3f23318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vuegen/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ def main():
1414
config_path = args.config
1515
dir_path = args.directory
1616
report_type = args.report_type
17+
output_dir = args.output_directory
1718
streamlit_autorun = args.streamlit_autorun
1819
quarto_cheks = args.quarto_checks
19-
output_dir = args.output_dir
2020

2121
# Determine the report name for logger suffix
2222
if config_path:

0 commit comments

Comments
 (0)