Skip to content

Commit 6d10cc8

Browse files
committed
Lowercase the Q in .qmd
1 parent 703a8a2 commit 6d10cc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rsconnect/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ class AppModes(object):
8282
BOKEH_APP = AppMode(11, "python-bokeh", "Bokeh Application")
8383
PYTHON_FASTAPI = AppMode(12, "python-fastapi", "Python FastAPI")
8484
QUARTO_SHINY = AppMode(13, "quarto-shiny", "Quarto Shiny Document")
85-
QUARTO_STATIC = AppMode(14, "quarto-static", "Quarto Document", ".Qmd")
85+
QUARTO_STATIC = AppMode(14, "quarto-static", "Quarto Document", ".qmd")
8686

8787
_modes = [
8888
UNKNOWN,

0 commit comments

Comments
 (0)