mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-05 17:01:06 +03:00
metadata: fix harmless typo
This commit is contained in:
parent
ae321f21bc
commit
e99ae53538
1 changed files with 1 additions and 1 deletions
|
@ -883,7 +883,7 @@ def write_metadata(dest, app):
|
||||||
|
|
||||||
if t == 'string':
|
if t == 'string':
|
||||||
outline += value
|
outline += value
|
||||||
if t == 'bool':
|
elif t == 'bool':
|
||||||
outline += 'yes'
|
outline += 'yes'
|
||||||
elif t == 'script':
|
elif t == 'script':
|
||||||
outline += '&& \\\n '.join([s.lstrip() for s in value.split('&& ')])
|
outline += '&& \\\n '.join([s.lstrip() for s in value.split('&& ')])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue