Skip to content
This repository has been archived by the owner on Oct 13, 2021. It is now read-only.

Commit

Permalink
Merge pull request #49 from kuinak/master
Browse files Browse the repository at this point in the history
don’t log output of copy
  • Loading branch information
jipiboily committed Dec 8, 2014
2 parents 5b75073 + ae19373 commit 447bfee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fourchette/heroku.rb
Expand Up @@ -73,7 +73,7 @@ def copy_pg(from, to)
if pg_enabled?(from)
logger.info "Copying Postgres's data from #{from} to #{to}"
backup = Fourchette::Pgbackups.new
logger.info backup.copy(from, to)
backup.copy(from, to)
else
logger.info "Postgres not enabled on #{from}. Skipping data copy."
end
Expand Down

0 comments on commit 447bfee

Please sign in to comment.