aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsigoden <sigoden@gmail.com>2024-08-22 08:52:13 +0800
committersigoden <sigoden@gmail.com>2024-08-22 08:52:24 +0800
commit62239c0887ea9fea73e099a8010807887d1e13ef (patch)
tree49231b962e6a050ba361350afb2e5beacc793412
parent56f3beb842119b8dcf9097017759ade49cd3d1d9 (diff)
downloadllm-functions-docker-62239c0887ea9fea73e099a8010807887d1e13ef.tar.gz
chore: typos
-rw-r--r--Argcfile.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/Argcfile.sh b/Argcfile.sh
index 0ffebd3..ce975dd 100644
--- a/Argcfile.sh
+++ b/Argcfile.sh
@@ -63,12 +63,12 @@ build() {
if [[ -f tools.txt ]]; then
argc build@tool
else
- echo 'Skipped building tools sine tools.txt is missing'
+ echo 'Skipped building tools since tools.txt is missing'
fi
if [[ -f agents.txt ]]; then
argc build@agent
else
- echo 'Skipped building agents sine agents.txt is missing'
+ echo 'Skipped building agents since agents.txt is missing'
fi
}