Skip to content

Commit

Permalink
Moving copy of [database.yml.example to database.yml] to cruise_confi…
Browse files Browse the repository at this point in the history
…g.rb
  • Loading branch information
Edward Hieatt committed Feb 1, 2010
1 parent 90dcf91 commit d5e6df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cruise_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
require 'fileutils'

Project.configure do |project|
cp File.join(project.path, 'config', 'database.yml.example'), File.join(project.path, 'config', 'database.yml')
cp File.join(project.path, 'work', 'config', 'database.yml.example'), File.join(project.path, 'work', 'config', 'database.yml')
project.email_notifier.emails = ["[email protected]"]
ENV['CRUISE_PROJECT_NAME'] = project.name
end

0 comments on commit d5e6df9

Please sign in to comment.