Skip to content

Commit

Permalink
Merge branch 'main' into sanitize-terminal-output
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-turbaszek committed Jun 20, 2024
2 parents 60aed77 + 4e50d22 commit 1a1c45c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/snowflake/cli/app/dev/docs/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def _render_usage(
arguments.append(param)
else:
options.append(param)
file_path = root / f"usage-{command_name}.rst"
file_path = root / f"usage-{command_name}.txt"
log.info("Creating %s", file_path)
with file_path.open("w+") as fh:
fh.write(
Expand Down

0 comments on commit 1a1c45c

Please sign in to comment.