Skip to content

Commit dc21c60

Browse files
committed
✂️
1 parent f6e7c91 commit dc21c60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/thor/shell/basic.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ def answer_match(possibilities, answer, case_insensitive)
467467
possibilities.detect{ |possibility| possibility.downcase == answer.downcase }
468468
else
469469
possibilities.detect{ |possibility| possibility == answer }
470-
end
470+
end
471471
end
472472

473473
def merge(destination, content) #:nodoc:

0 commit comments

Comments
 (0)