Skip to content

Commit b30128b

Browse files
committed
🐛 Fix: fix quarto_checks typo in quarto_review.py
1 parent 2caacce commit b30128b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vuegen/quarto_reportview.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ def __init__(
2424
self,
2525
report: r.Report,
2626
report_type: r.ReportType,
27-
quarto_cheks: bool = False,
27+
quarto_checks: bool = False,
2828
):
2929
super().__init__(report=report, report_type=report_type)
30-
self.quarto_cheks = quarto_cheks
30+
self.quarto_checks = quarto_checks
3131
self.BUNDLED_EXECUTION = False
3232
self.quarto_path = "quarto"
3333
# self.env_vars = os.environ.copy()

0 commit comments

Comments
 (0)