Skip to content

Commit

Permalink
I see no harm in this, allow it
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Oct 8, 2021
1 parent 12af03d commit 01feb40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bundler/spec/support/builders.rb
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,6 @@ def _build(options)
source = options[:source] || "git@#{libpath}"

if branch = options[:branch]
raise "You can't specify `master` as the branch" if branch == "master"
@context.git("checkout -b #{Shellwords.shellescape(branch)}", libpath)
elsif tag = options[:tag]
@context.git("tag #{Shellwords.shellescape(tag)}", libpath)
Expand Down

0 comments on commit 01feb40

Please sign in to comment.