Skip to content

Commit

Permalink
Merge pull request #131 from ColumbusAI/ColumbusAI-patch-1
Browse files Browse the repository at this point in the history
Update start_aider.sh - fix location of aider config files
  • Loading branch information
av authored Feb 22, 2025
2 parents ef0baff + 5c6f136 commit 03d6ea2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aider/start_aider.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ echo "Harbor: custom aider entrypoint"
python --version

echo "YAML Merger is starting..."
python /root/.aider/yaml_config_merger.py --pattern ".yml" --output "/root/.aider.conf.yml" --directory "/root/.aider"
python /home/appuser/.aider/yaml_config_merger.py --pattern ".yml" --output "/home/appuser/.aider.conf.yml" --directory "/home/appuser/.aider"

echo "Merged Configs:"
cat /root/.aider.conf.yml
cat /home/appuser/.aider.conf.yml

git config --global --add safe.directory /root/workspace

Expand Down

0 comments on commit 03d6ea2

Please sign in to comment.