Skip to content

Commit 880d8c5

Browse files
chore: fix typo settings.yaml.example -> settings.example.yaml
1 parent a0b4ba1 commit 880d8c5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/prepare.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ def get_settings():
2727

2828
def ensure_settings_file():
2929
"""
30-
Ensure `settings.yaml` exists. If not, copy `settings.yaml.example`.
30+
Ensure `settings.yaml` exists. If not, copy `settings.example.yaml`.
3131
"""
3232
if not SETTINGS_TEMPLATE.exists():
33-
print("❌ No `settings.yaml.example` found. Skipping copying.")
33+
print("❌ No `settings.example.yaml` found. Skipping copying.")
3434
return
3535

3636
if SETTINGS_FILE.exists():

0 commit comments

Comments
 (0)