Skip to content

Commit

Permalink
logging
Browse files Browse the repository at this point in the history
  • Loading branch information
aakritigupta committed Dec 27, 2016
1 parent ca9fa66 commit 18ba689
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/dpl/provider/elastic_beanstalk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ class ElasticBeanstalk < Provider
experimental 'AWS Elastic Beanstalk'

requires 'nokogiri', version: '1.6.8.1'
puts "nokogirir 1.6.8.1 should have been installed"
# requires 'aws-sdk-v1'
log "nokogirir 1.6.8.1 should have been installed"
requires 'aws-sdk-v1'
requires 'rubyzip', :load => 'zip'

DEFAULT_REGION = 'us-east-1'
Expand Down

0 comments on commit 18ba689

Please sign in to comment.