Skip to content

Commit 97a70bd

Browse files
committed
🐛 Fix quarto_checks typo
1 parent b30128b commit 97a70bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vuegen/quarto_reportview.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def run_report(self, output_dir: str = BASE_DIR) -> None:
199199
r.ReportType.DOCX,
200200
r.ReportType.ODT,
201201
]
202-
and self.quarto_cheks
202+
and self.quarto_checks
203203
):
204204
subprocess.run(
205205
[self.quarto_path, "install", "tinytex", "--no-prompt"],

0 commit comments

Comments
 (0)