1
0
mirror of https://github.com/rancher/os.git synced 2025-09-25 12:47:20 +00:00

Needed to add a newline.

This commit is contained in:
Bill Maxwell
2015-04-16 22:56:55 -07:00
parent ae0c42cef3
commit 1ab2b502dd

View File

@@ -36,7 +36,7 @@ func NewGceCloudConfig() *GceCloudConfig {
log.Errorf("Could not retrieve instance SSH Keys: %s", err)
}
nonUserDataSSHKeysRaw := projectSSHKeys + instanceSSHKeys
nonUserDataSSHKeysRaw := projectSSHKeys + "\n" + instanceSSHKeys
nonUserDataSSHKeys := gceSshKeyFormatter(nonUserDataSSHKeysRaw)
gceCC := &GceCloudConfig{