Skip to content

Commit

Permalink
[SNOW-1039218] docs: clarify only official templates for command
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-mchok committed Mar 12, 2024
1 parent 628ecf5 commit 34f4126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/snowflake/cli/plugins/nativeapp/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def app_init(
@app.command("list-templates", hidden=True)
def app_list_templates(**options) -> CommandResult:
"""
Prints information regarding templates that can be used with snow app init.
Prints information regarding the official templates that can be used with snow app init.
"""
with SecurePath.temporary_directory() as temp_path:
repo = shallow_git_clone(OFFICIAL_TEMPLATES_GITHUB_URL, temp_path.path)
Expand Down

0 comments on commit 34f4126

Please sign in to comment.