summaryrefslogtreecommitdiff
path: root/script/update/project/build
diff options
context:
space:
mode:
Diffstat (limited to 'script/update/project/build')
-rwxr-xr-xscript/update/project/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/update/project/build b/script/update/project/build
index 69c11105..81343754 100755
--- a/script/update/project/build
+++ b/script/update/project/build
@@ -91,7 +91,7 @@ handle_targets()
printf "Running 'make %s' for project '%s, target '%s''\n" \
"${mode}" "${project}" "${target}"
[ "${project}" != "coreboot" ] || [ ! -z ${mode} ] || \
- x_ ./update blobs download ${target}
+ x_ ./update vendor download ${target}
x_ handle_defconfig
done