From 8a92a945b684e33415db1ce377bc0021fe5ed186 Mon Sep 17 00:00:00 2001 From: Doug Date: Thu, 1 Sep 2016 13:54:19 -0700 Subject: [PATCH] Fixed typo in require statement --- ruby/example_code/sns/sns-ruby-example-enable-resource.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruby/example_code/sns/sns-ruby-example-enable-resource.rb b/ruby/example_code/sns/sns-ruby-example-enable-resource.rb index 00c0ccf74c3..540de8e90bc 100644 --- a/ruby/example_code/sns/sns-ruby-example-enable-resource.rb +++ b/ruby/example_code/sns/sns-ruby-example-enable-resource.rb @@ -10,7 +10,7 @@ # OF ANY KIND, either express or implied. See the License for the specific # language governing permissions and limitations under the License. -'require aws-sdk' +require 'aws-sdk' sns = Aws::SNS::Resource.new(region: 'us-west-2')