diff options
Diffstat (limited to 'script/update/vendor/inject')
| -rwxr-xr-x | script/update/vendor/inject | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/script/update/vendor/inject b/script/update/vendor/inject index c4a7f702..d156be25 100755 --- a/script/update/vendor/inject +++ b/script/update/vendor/inject @@ -15,7 +15,7 @@ main()  {  	[ $# -lt 1 ] && err "No options specified."  	[ "${1}" = "listboards" ] && \ -		listitems config/coreboot && exit 0 +		items config/coreboot && exit 0  	archive="${1}"  | 
