Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: sitescripts/extensions/template/gecko.json

Issue 29744579: Issue 6560 - fix malformed updates.json (Closed) Base URL: https://hg.adblockplus.org/abpssembly/file/1099f47bffa1
Patch Set: Created April 6, 2018, 10:06 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sitescripts/extensions/template/gecko.json
diff --git a/sitescripts/extensions/template/gecko.json b/sitescripts/extensions/template/gecko.json
index 19943d4194e9e670689805ce5184dcc2beaade37..f79712ac9b8773313d04e7bfd1acc8c1e3d6e4eb 100644
--- a/sitescripts/extensions/template/gecko.json
+++ b/sitescripts/extensions/template/gecko.json
@@ -5,12 +5,13 @@
"updates": [
{
"version": "{{ extension.version }}",
- "update_link": "{{ extension.update_link }}" },
+ "update_link": "{{ extension.update_link }}",
"applications": {
- "gecko": { "strict_min_version": "{{ extension.min_version }}" }
+ "gecko": { "strict_min_version": "{{ extension.min_version }}" }
+ }
}
]
- }
+ }{% if not loop.last %},{% endif %}
{%- endfor %}
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld