Update resources/builder.inc.sh

This commit is contained in:
Marc Durdin 2023-02-09 15:05:13 +11:00 committed by GitHub
parent 463b76de5d
commit a43802e006
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -731,7 +731,7 @@ _builder_add_chosen_action_target_dependencies() {
if [[ ${#new_actions[@]} -gt 0 ]]; then
if builder_is_full_dep_build; then
echo "Automatically running all dependent actions due to --force-deps:"
echo "Automatically running all dependency actions due to --force-deps:"
else
echo "Automatically running following required actions with missing outputs:"
fi