removing useless statements
This commit is contained in:
parent
f1906c1682
commit
97678708db
@ -314,7 +314,6 @@ module Homebrew
|
|||||||
loop do
|
loop do
|
||||||
result = $stdin.gets.chomp.strip.downcase
|
result = $stdin.gets.chomp.strip.downcase
|
||||||
if accepted_inputs.include?(result)
|
if accepted_inputs.include?(result)
|
||||||
puts "Proceeding with installation..."
|
|
||||||
break
|
break
|
||||||
elsif declined_inputs.include?(result)
|
elsif declined_inputs.include?(result)
|
||||||
exit 0
|
exit 0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user