Fix regex style
This commit is contained in:
parent
2d6bd04007
commit
7974ce24b6
@ -789,7 +789,7 @@ module Homebrew
|
|||||||
return if ENV["CI"] || ENV["JENKINS_HOME"]
|
return if ENV["CI"] || ENV["JENKINS_HOME"]
|
||||||
|
|
||||||
branch = coretap_path.git_branch
|
branch = coretap_path.git_branch
|
||||||
return if branch.nil? || branch =~ %r{master}
|
return if branch.nil? || branch =~ /master/
|
||||||
|
|
||||||
|
|
||||||
<<-EOS.undent
|
<<-EOS.undent
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user