vendor.sh: correction (s/scancfg/scan_config)

Signed-off-by: Leah Rowe <leah@libreboot.org>
audit6
Leah Rowe 2024-06-20 02:07:35 +01:00
parent d65e4fac1d
commit 5a4fc97c63
1 changed files with 1 additions and 1 deletions

View File

@ -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()