Skip to content
This repository was archived by the owner on Jun 28, 2019. It is now read-only.

Commit 2fd15ab

Browse files
authored
Merge pull request #70 from hajder/hajder-fix-aws-sdk-v1-dependency
Require aws-sdk v2 instead of v1 @hajder
2 parents 7ef7287 + 4ca2f5c commit 2fd15ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cap-ec2/capistrano.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
require 'capistrano/configuration'
2-
require 'aws-sdk-v1'
2+
require 'aws-sdk'
33
require 'colorize'
44
require 'terminal-table'
55
require 'yaml'

0 commit comments

Comments
 (0)