Skip to content

Commit

Permalink
OCD
Browse files Browse the repository at this point in the history
  • Loading branch information
tralamazza committed Aug 29, 2013
1 parent 80c93e8 commit 1b10e86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/vagrant-aws/action/run_instance.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def call(env)
tags = region_config.tags
user_data = region_config.user_data
block_device_mapping = region_config.block_device_mapping
elastic_ip = region_config.elastic_ip
elastic_ip = region_config.elastic_ip

# If there is no keypair then warn the user
if !keypair
Expand Down
2 changes: 1 addition & 1 deletion lib/vagrant-aws/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def initialize(region_specific=false)
@user_data = UNSET_VALUE
@use_iam_profile = UNSET_VALUE
@block_device_mapping = {}
@elastic_ip = UNSET_VALUE
@elastic_ip = UNSET_VALUE

# Internal state (prefix with __ so they aren't automatically
# merged)
Expand Down

0 comments on commit 1b10e86

Please sign in to comment.