Skip to content
Snippets Groups Projects
Commit ec452900 authored by Darren Eastman's avatar Darren Eastman
Browse files

Change case

parent f84aa787
No related branches found
No related tags found
No related merge requests found
......@@ -459,7 +459,7 @@ func (c *ComputeUtil) uploadSSHKey(instance *raw.Instance, sshKeyPath string) er
metadata := instance.Metadata
metadata.Items = append(metadata.Items, &raw.MetadataItems{
Key: "ssh-Keys",
Key: "ssh-keys",
Value: &metaDataValue,
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment