Skip to content

Commit

Permalink
fixup! fixup! Allow passing through of the full-index option.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickcharlton committed Mar 13, 2018
1 parent d942b67 commit 3c89ca4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/appraisal/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ def self.exit_on_failure?
method_option "without", :banner => "GROUP_NAMES",
:desc => "A space-separated list of groups referencing gems to skip " +
"during installation. Bundler will remember this option."
method_option "full-index", type: :boolean,
desc: "Run bundle install with the " \
"full-index argument."
method_option "full-index", :type => :boolean,
:desc => "Run bundle install with the " \
"full-index argument."
def install
invoke :generate, [], {}

Expand Down

0 comments on commit 3c89ca4

Please sign in to comment.