Skip to content
Snippets Groups Projects
Commit 6340860b authored by Bob Mottram's avatar Bob Mottram
Browse files

Square brackets around description

parent 4ea4d6ed
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,9 @@ function android_update_apps {
{ echo ' {';
echo " \"name\": \"${app_name}\",";
echo " \"short_description\": \"$SHORT_DESCRIPTION\",";
echo " \"description\": \"$DESCRIPTION\",";
echo " \"description\": [";
echo " \"$DESCRIPTION\"";
echo ' ],';
echo " \"icon_url\": \"/icons/${app_name}.png\",";
echo " \"clients\": ["; } >> "$plinth_api"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment