mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
feat: skip analytics update in check mode
This commit is contained in:
parent
17330e53c3
commit
8f73c15f48
1 changed files with 3 additions and 1 deletions
|
@ -9,7 +9,9 @@ else
|
|||
ARG=$1
|
||||
fi
|
||||
|
||||
tail -1000 ~/.aider/analytics.jsonl > aider/website/assets/sample-analytics.jsonl
|
||||
if [ "$ARG" != "--check" ]; then
|
||||
tail -1000 ~/.aider/analytics.jsonl > aider/website/assets/sample-analytics.jsonl
|
||||
fi
|
||||
|
||||
# README.md before index.md, because index.md uses cog to include README.md
|
||||
cog $ARG \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue