mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 02:34:59 +00:00
Fixed sample yml file to use proper filename
This commit is contained in:
parent
edcf66c694
commit
9c9fdb0a1b
3 changed files with 3 additions and 3 deletions
|
@ -91,7 +91,7 @@ class YamlHelpFormatter(argparse.HelpFormatter):
|
|||
def _format_text(self, text):
|
||||
return """
|
||||
##########################################################
|
||||
# Sample .aider.conf.yaml
|
||||
# Sample .aider.conf.yml
|
||||
# This file lists *all* the valid configuration entries.
|
||||
# Place in your home dir, or at the root of your git repo.
|
||||
##########################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue