Skip to content

Commit

Permalink
Refs mitchellh#566: Remove undefined 'except' method
Browse files Browse the repository at this point in the history
Implement mitchellh#575
  • Loading branch information
rconde-bt committed Nov 30, 2020
1 parent c3c044f commit 21f2f05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/vagrant-aws/action/connect_aws.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ def call(env)

@logger.info("Connecting to AWS...")
env[:aws_compute] = Fog::Compute.new(fog_config)
env[:aws_elb] = Fog::AWS::ELB.new(fog_config.except(:provider, :endpoint))

@app.call(env)
end
Expand Down

0 comments on commit 21f2f05

Please sign in to comment.