From a43802e0069ca69facb81ec22d4fda3f37ed77a3 Mon Sep 17 00:00:00 2001 From: Marc Durdin Date: Thu, 9 Feb 2023 15:05:13 +1100 Subject: [PATCH] Update resources/builder.inc.sh --- resources/builder.inc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/builder.inc.sh b/resources/builder.inc.sh index cd9a68422a..a1f7227a67 100755 --- a/resources/builder.inc.sh +++ b/resources/builder.inc.sh @@ -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