Skip to content

Commit beade73

Browse files
committed
Typo
1 parent f124456 commit beade73

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gha_utils/cli.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ def gha_utils():
116116
)
117117
@option(
118118
"--format",
119-
type=Choice(Dialects, case_sensitive=False),
120-
default=Dialects.github, # type: ignore[arg-type]
119+
type=Choice(Dialects, case_sensitive=False), # type: ignore[arg-type]
120+
default=Dialects.github,
121121
help="Rendering format of the metadata.",
122122
)
123123
@option(

0 commit comments

Comments
 (0)