mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[fix-ephemeral-naming] Typo in ephemeral naming
This commit is contained in:
parent
2e3ff266f4
commit
4b38802f82
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ module Fog
|
|||
'volumeID' => options[:volume_id],
|
||||
'vlanID' => options[:vlan_id],
|
||||
'SecondaryIP' => options[:secondary_ip],
|
||||
'isMiniEphemermal' => options[:is_mini_ephemeral],
|
||||
'isMiniEphemeral' => options[:is_mini_ephemeral],
|
||||
'Configuration Data' => options[:configuration_data],
|
||||
'antiCollocationInstance' => options[:anti_collocation_instance],
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue