diff --git a/ruby/example_code/sns/sns-ruby-example-show-subscriptions.rb b/ruby/example_code/sns/sns-ruby-example-show-subscriptions.rb index f2eaf7dfdf2..0624de231b3 100644 --- a/ruby/example_code/sns/sns-ruby-example-show-subscriptions.rb +++ b/ruby/example_code/sns/sns-ruby-example-show-subscriptions.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')