Fixed sample yml file to use proper filename

This commit is contained in:
Paul Gauthier 2024-07-14 17:42:20 +01:00
parent edcf66c694
commit 9c9fdb0a1b
3 changed files with 3 additions and 3 deletions

View file

@ -91,7 +91,7 @@ class YamlHelpFormatter(argparse.HelpFormatter):
def _format_text(self, text): def _format_text(self, text):
return """ return """
########################################################## ##########################################################
# Sample .aider.conf.yaml # Sample .aider.conf.yml
# This file lists *all* the valid configuration entries. # This file lists *all* the valid configuration entries.
# Place in your home dir, or at the root of your git repo. # Place in your home dir, or at the root of your git repo.
########################################################## ##########################################################

View file

@ -1,5 +1,5 @@
########################################################## ##########################################################
# Sample .aider.conf.yaml # Sample .aider.conf.yml
# This file lists *all* the valid configuration entries. # This file lists *all* the valid configuration entries.
# Place in your home dir, or at the root of your git repo. # Place in your home dir, or at the root of your git repo.
########################################################## ##########################################################

View file

@ -38,7 +38,7 @@ cog.outl("```")
]]]--> ]]]-->
``` ```
########################################################## ##########################################################
# Sample .aider.conf.yaml # Sample .aider.conf.yml
# This file lists *all* the valid configuration entries. # This file lists *all* the valid configuration entries.
# Place in your home dir, or at the root of your git repo. # Place in your home dir, or at the root of your git repo.
########################################################## ##########################################################