Skip to content

Commit

Permalink
Merge pull request #1390 from tony-sol/tap-force-flag
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid authored Jun 13, 2024
2 parents 4f7866f + 2fee9dc commit 25857a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/bundle/tap_installer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ def install(name, preinstall: true, verbose: false, force: false, **options)

puts "Installing #{name} tap. It is not currently installed." if verbose
args = []
args << "--force" if force
args.append("--force-auto-update") if options[:force_auto_update]

success = if options[:clone_target]
Expand Down

0 comments on commit 25857a0

Please sign in to comment.