summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-06-20 02:07:35 +0100
committerLeah Rowe <leah@libreboot.org>2024-06-20 02:07:35 +0100
commit5a4fc97c63956f5069f5687f6b72c41bf0a3c4c0 (patch)
tree6761fc9e565ad3ffc4387b5f5115b3e9bff88019
parentd65e4fac1d6220f5889f13816b1c605d6a20b504 (diff)
vendor.sh: correction (s/scancfg/scan_config)
Signed-off-by: Leah Rowe <leah@libreboot.org>
-rwxr-xr-xinclude/vendor.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vendor.sh b/include/vendor.sh
index 9c819bbf..d56cf311 100755
--- a/include/vendor.sh
+++ b/include/vendor.sh
@@ -35,7 +35,7 @@ vendor_download()
boarddir="$cbcfgsdir/$board"
_b="${board%%_*mb}" # shorthand (no duplication per rom size)
- getcfg && scancfg "$_b" "config/vendor" && bootstrap && getfiles
+ getcfg && scan_config "$_b" "config/vendor" && bootstrap && getfiles
}
getcfg()