Skip to content

Commit

Permalink
✂️
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Nov 15, 2019
1 parent f6e7c91 commit dc21c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/thor/shell/basic.rb
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ def answer_match(possibilities, answer, case_insensitive)
possibilities.detect{ |possibility| possibility.downcase == answer.downcase }
else
possibilities.detect{ |possibility| possibility == answer }
end
end
end

def merge(destination, content) #:nodoc:
Expand Down

0 comments on commit dc21c60

Please sign in to comment.