Skip to content

Commit 6c7263e

Browse files
committed
dev format-docs: Enabled cleaning up generated files by default
Signed-off-by: Ole Herman Schumacher Elgesem <ole.elgesem@northern.tech>
1 parent d3644eb commit 6c7263e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cfengine_cli/docs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ def update_docs() -> int:
369369
output_check=False,
370370
autoformat=True,
371371
replace=True,
372-
cleanup=False,
372+
cleanup=True,
373373
)
374374
return 0
375375

0 commit comments

Comments
 (0)