mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
Updated cog commands in update-docs.sh script to use a variable for arguments.
This commit is contained in:
parent
5ea4e506a6
commit
2c50455000
1 changed files with 2 additions and 2 deletions
|
@ -3,5 +3,5 @@
|
||||||
# exit when any command fails
|
# exit when any command fails
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
cog -r website/index.md
|
cog $ARG website/index.md
|
||||||
cog -r website/docs/usage.md
|
cog $ARG website/docs/usage.md
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue