fixed newline issue

This commit is contained in:
calvinh 2018-06-01 19:30:47 +01:00
parent 9817a552e8
commit 41cb9ed02c

View File

@ -1592,4 +1592,3 @@ def _write_gcp_snap_config(component):
daemon_env += '{}={}\n'.format(gcp_creds_env_key, creds_path)
daemon_env_path.parent.mkdir(parents=True, exist_ok=True)
daemon_env_path.write_text(daemon_env)