diff options
author | Leah Rowe <leah@libreboot.org> | 2024-06-20 02:07:35 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-06-20 02:07:35 +0100 |
commit | 5a4fc97c63956f5069f5687f6b72c41bf0a3c4c0 (patch) | |
tree | 6761fc9e565ad3ffc4387b5f5115b3e9bff88019 /include | |
parent | d65e4fac1d6220f5889f13816b1c605d6a20b504 (diff) |
vendor.sh: correction (s/scancfg/scan_config)
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include')
-rwxr-xr-x | include/vendor.sh | 2 |
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() |