diff --git a/scripts/patch-weboffice-collabora-yaml.py b/scripts/patch-weboffice-collabora-yaml.py index 5001434..ad96e30 100644 --- a/scripts/patch-weboffice-collabora-yaml.py +++ b/scripts/patch-weboffice-collabora-yaml.py @@ -22,7 +22,7 @@ if "--o:hexify_embedded_urls=true" in extra_str: lines = extra_str.splitlines() -lines.append(" --o:hexify_embedded_urls=true") +lines.append("--o:hexify_embedded_urls=true") data["services"]["collabora"]["environment"]["extra_params"] = "\n".join(lines)