diff options
-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() |