Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Typo: thar -> that
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Feb 6, 2010
1 parent 2b2d3f2 commit eb26ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bundler/cli.rb
Expand Up @@ -43,7 +43,7 @@ def check
end

desc "install", "Install the current environment to the system"
method_option :without, :type => :array, :banner => "Exclude gems thar are part of the specified named group"
method_option :without, :type => :array, :banner => "Exclude gems that are part of the specified named group"
def install(path = nil)
opts = options.dup
opts[:without] ||= []
Expand Down

0 comments on commit eb26ced

Please sign in to comment.