Skip to content

Commit

Permalink
Kick restyle
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarmelveilleux committed Sep 17, 2024
1 parent c2ec44b commit 3199262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/chef/sample_app_util/zap_file_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ def generate_name(zap_file_path: str) -> str:
zap_file_path: Path to the zap file to parse for generating the metadata file.
Returns:
Name of the file generated by following convention.
Name of the file generated by following the convention.
"""
parsed = generate_metadata(zap_file_path)
names = []
Expand Down

0 comments on commit 3199262

Please sign in to comment.