Skip to content

Commit

Permalink
Merge pull request #13938 from moolitayer/migration_headline
Browse files Browse the repository at this point in the history
Change headline of migration in rake output
  • Loading branch information
bdunne authored Feb 16, 2017
2 parents 03b0ba0 + b7cbe3a commit b75324e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/manageiq/environment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def self.create_database
end

def self.migrate_database
puts "\n== Updating database =="
puts "\n== Migrating database =="
run_rake_task("db:migrate")
end

Expand Down

0 comments on commit b75324e

Please sign in to comment.