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, 9:07 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..157b403d2d9a3385f12ddffe7652667fbd605c2e 100644
--- a/sitescripts/extensions/template/gecko.json
+++ b/sitescripts/extensions/template/gecko.json
@@ -5,9 +5,10 @@
"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 }}" }
+ }
}
]
}
kzar 2018/04/06 09:55:49 If there are multiple extensions won't we be missi
tlucas 2018/04/06 10:08:32 Good point, fixed it.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld