We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0b4ba1 commit 880d8c5Copy full SHA for 880d8c5
1 file changed
src/prepare.py
@@ -27,10 +27,10 @@ def get_settings():
27
28
def ensure_settings_file():
29
"""
30
- Ensure `settings.yaml` exists. If not, copy `settings.yaml.example`.
+ Ensure `settings.yaml` exists. If not, copy `settings.example.yaml`.
31
32
if not SETTINGS_TEMPLATE.exists():
33
- print("❌ No `settings.yaml.example` found. Skipping copying.")
+ print("❌ No `settings.example.yaml` found. Skipping copying.")
34
return
35
36
if SETTINGS_FILE.exists():
0 commit comments