mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-10 20:42:26 +00:00
fixed newline issue
This commit is contained in:
parent
28b5587594
commit
9817a552e8
@ -1591,4 +1591,5 @@ def _write_gcp_snap_config(component):
|
||||
if gcp_creds_env_key not in daemon_env:
|
||||
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)
|
||||
daemon_env_path.write_text(daemon_env)
|
||||
|
Loading…
Reference in New Issue
Block a user