mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
fix a minor typo
This commit is contained in:
parent
e8d69437d4
commit
c59409b838
1 changed files with 1 additions and 1 deletions
|
@ -371,7 +371,7 @@ db_namespace = namespace :db do
|
|||
end
|
||||
|
||||
namespace :structure do
|
||||
desc 'Dump the database structure to db/structure.sql. Specify another file with DB_STRUCTURE=db/my_strcuture.sql'
|
||||
desc 'Dump the database structure to db/structure.sql. Specify another file with DB_STRUCTURE=db/my_structure.sql'
|
||||
task :dump => :environment do
|
||||
abcs = ActiveRecord::Base.configurations
|
||||
filename = ENV['DB_STRUCTURE'] || File.join(Rails.root, "db", "structure.sql")
|
||||
|
|
Loading…
Reference in a new issue