chore: typos
This commit is contained in:
+2
-2
@@ -63,12 +63,12 @@ build() {
|
|||||||
if [[ -f tools.txt ]]; then
|
if [[ -f tools.txt ]]; then
|
||||||
argc build@tool
|
argc build@tool
|
||||||
else
|
else
|
||||||
echo 'Skipped building tools sine tools.txt is missing'
|
echo 'Skipped building tools since tools.txt is missing'
|
||||||
fi
|
fi
|
||||||
if [[ -f agents.txt ]]; then
|
if [[ -f agents.txt ]]; then
|
||||||
argc build@agent
|
argc build@agent
|
||||||
else
|
else
|
||||||
echo 'Skipped building agents sine agents.txt is missing'
|
echo 'Skipped building agents since agents.txt is missing'
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user