diff --git a/index.sh b/index.sh index 037b96cb60..c2ea3ab4fa 100755 --- a/index.sh +++ b/index.sh @@ -17,7 +17,7 @@ do # 1. read meta.yaml to stio cat $i| \ # 2. filter lines with name,version,type - grep -e 'name:' -e 'version:' -e 'type:' -e 'id:' |\ + grep -e 'name:' -e 'version:' -e 'type:' -e 'id:' -e 'description' |\ # 3. Replace ` :` with `":"` sed 's/: /\":"/g' |\ # 4. Append `",` to the end of each line