Skip to content

Commit b8a6310

Browse files
bleythingdrbrain
authored andcommitted
make gem search default to remote
1 parent 85cacc2 commit b8a6310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rubygems/commands/search_command.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def arguments # :nodoc:
1414
end
1515

1616
def defaults_str # :nodoc:
17-
"--local --no-details"
17+
"--remote --no-details"
1818
end
1919

2020
def usage # :nodoc:

0 commit comments

Comments
 (0)