Skip to content

Commit ad579f1

Browse files
authored
Fix file name
1 parent e53d5b1 commit ad579f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pathtraits/create.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def get_folder_context(path):
5959

6060
def generate_metadata(path, needed_until:str=None, overwrite:bool = False, verbose: bool = False):
6161
"""
62-
Generates metadata.yaml.
62+
Generates meta.yml.
6363
6464
:param needed_until: Until when this folder is expected to be needed,
6565
can be a string in format '%Y-%m-%d' (e.g., "2026-12-31" ) or None.

0 commit comments

Comments
 (0)