diff options
author | Akshay Vishnoi <akshay.vishnoi@vinsol.com> | 2014-06-14 17:11:08 +0530 |
---|---|---|
committer | Akshay Vishnoi <akshay.vishnoi@vinsol.com> | 2014-06-14 17:11:08 +0530 |
commit | 889e65e3fa50259f312e648725d4c9c4280519a7 (patch) | |
tree | c348a2a9f4237fa1e88363e7a54e8133f6f7bd48 /activerecord/lib/active_record/tasks | |
parent | 34221cdcab7d145d22029174a990b3971616cc80 (diff) | |
download | rails-889e65e3fa50259f312e648725d4c9c4280519a7.tar.gz rails-889e65e3fa50259f312e648725d4c9c4280519a7.tar.bz2 rails-889e65e3fa50259f312e648725d4c9c4280519a7.zip |
/mysql/i -> MySQL, Spell correct in continuation to #15555
Diffstat (limited to 'activerecord/lib/active_record/tasks')
-rw-r--r-- | activerecord/lib/active_record/tasks/mysql_database_tasks.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/tasks/mysql_database_tasks.rb b/activerecord/lib/active_record/tasks/mysql_database_tasks.rb index c755831e6d..644c4852b9 100644 --- a/activerecord/lib/active_record/tasks/mysql_database_tasks.rb +++ b/activerecord/lib/active_record/tasks/mysql_database_tasks.rb @@ -124,7 +124,7 @@ IDENTIFIED BY '#{configuration['password']}' WITH GRANT OPTION; end def root_password - $stdout.print "Please provide the root password for your mysql installation\n>" + $stdout.print "Please provide the root password for your MySQL installation\n>" $stdin.gets.strip end |