fixed newline issue

This commit is contained in:
calvinh 2018-06-01 19:29:48 +01:00
parent 28b5587594
commit 9817a552e8

View File

@ -1592,3 +1592,4 @@ 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)