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
This commit is contained in:
Michael Hudson-Doyle 2020-04-08 18:27:10 +12:00
parent a0dae13dd7
commit bf10d2baff
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ dropin_template = '''\
[Service]
Environment="HTTP_PROXY={proxy}"
Environment="HTTPS_PROXY={proxy}"
EOF
'''