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