mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-27 18:57:42 +00:00
Update resources/builder.inc.sh
This commit is contained in:
parent
463b76de5d
commit
a43802e006
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue