We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb0e993 commit dd65cd5Copy full SHA for dd65cd5
lib/tasks/db.rake
@@ -38,7 +38,7 @@ namespace :db do
38
migrate
39
end
40
41
- desc 'Make up to 5 attempts to connect to the database. Succeed it one is successful, and fail otherwise.'
+ desc 'Make up to 5 attempts to connect to the database. Succeed if one is successful, and fail otherwise.'
42
task connect: :environment do
43
RakeConfig.context = :migrate
44
0 commit comments