summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTerence Lee <hone02@gmail.com>2011-11-30 18:19:17 -0600
committerTerence Lee <hone02@gmail.com>2011-11-30 18:19:17 -0600
commita4441d2fd417f18df5b54e861a9618ebb7405949 (patch)
treee5ff76cd73f1d11c89535cc590585fc20508a925
parent3f9ab5de3b5d2ca8cf33fc0cbfc2abcd6c12e59c (diff)
downloadbundler-a4441d2fd417f18df5b54e861a9618ebb7405949.tar.gz
fix typo, thanks @jeremy
-rw-r--r--lib/bundler/cli.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/cli.rb b/lib/bundler/cli.rb
index be790a8b91..1563d90890 100644
--- a/lib/bundler/cli.rb
+++ b/lib/bundler/cli.rb
@@ -154,7 +154,7 @@ module Bundler
"Install using defaults tuned for deployment environments"
method_option "standalone", :type => :array, :lazy_default => [], :banner =>
"Make a bundle that can work without the Bundler runtime"
- method_option "full-index", :tpye => :boolean, :banner =>
+ method_option "full-index", :type => :boolean, :banner =>
"Use the rubygems modern index instead of the API endpoint"
method_option "clean", :type => :boolean, :default => true, :banner =>
"Run bundle clean automatically after install"