Skip to content

Commit

Permalink
don't log blank line before syncing anymore (#14)
Browse files Browse the repository at this point in the history
no longer useful now that `bundle install` output isn't noisy
  • Loading branch information
ccutrer authored Oct 10, 2023
1 parent e104b9b commit cf87e14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/bundler/multilock.rb
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ def after_install_all(install: true)
require_relative "multilock/lockfile_generator"

Bundler.ui.debug("Syncing to alternate lockfiles")
Bundler.ui.info ""

attempts = 1

Expand Down

0 comments on commit cf87e14

Please sign in to comment.