Skip to content

Commit

Permalink
Correcting a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
strayduy committed Jul 18, 2013
1 parent 8d3c15e commit 0a084a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/s3_helpers.rb
Expand Up @@ -98,9 +98,9 @@ def HerokuMongoBackup::remove_old_backup_files(bucket, dirname, files_number_to_

if defined?(Fog)
#
# Using 'aws/s3' gem as Amazon S3 interface
# Using 'fog' gem as Amazon S3 interface
#
#puts "Using \'aws/s3\' gem as Amazon S3 interface."
#puts "Using \'fog\' gem as Amazon S3 interface."
def HerokuMongoBackup::s3_connect(bucket, key, secret)
connection = Fog::Storage.new({
:provider => 'AWS',
Expand Down

0 comments on commit 0a084a2

Please sign in to comment.