From bf10d2bafffb49248480ab3a339711c8b725dba6 Mon Sep 17 00:00:00 2001 From: Michael Hudson-Doyle Date: Wed, 8 Apr 2020 18:27:10 +1200 Subject: [PATCH] remove stray line from proxy from snapd_proxy dropin about two years ago I copy-pasted this from a shell script and never noticed I had included the EOF until now --- subiquity/models/proxy.py | 1 - 1 file changed, 1 deletion(-) diff --git a/subiquity/models/proxy.py b/subiquity/models/proxy.py index 8eb5662b..cecd4a28 100644 --- a/subiquity/models/proxy.py +++ b/subiquity/models/proxy.py @@ -21,7 +21,6 @@ dropin_template = '''\ [Service] Environment="HTTP_PROXY={proxy}" Environment="HTTPS_PROXY={proxy}" -EOF '''