Skip to content

Commit

Permalink
Add plugin's description to plugins list response (eclipse-che#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
skabashnyuk committed Sep 4, 2018
1 parent 7fa1147 commit 98292a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 98292a6

Please sign in to comment.