Skip to content

Commit

Permalink
Error message typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rspeicher committed Jun 4, 2011
1 parent 8b99752 commit cf806d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/backup/database/redis.rb
Expand Up @@ -85,7 +85,7 @@ def perform!
def invoke_save!
response = run("#{ utility('redis-cli') } #{ credential_options } #{ connectivity_options } #{ additional_options } SAVE")
unless response =~ /OK/
Logger.error "Could not invoke the Redis SAVE command. The #{ database } file might not be contain the most recent data."
Logger.error "Could not invoke the Redis SAVE command. The #{ database } file might not contain the most recent data."
Logger.error "Please check if the server is running, the credentials (if any) are correct, and the host/port/socket are correct."
end
end
Expand Down

0 comments on commit cf806d6

Please sign in to comment.