Skip to content

Commit

Permalink
surround --gemfile option input with single quotes
Browse files Browse the repository at this point in the history
so appraisal can work with paths that contain spaces
  • Loading branch information
gregors committed Mar 3, 2012
1 parent 7a5af59 commit 432138b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/appraisal/appraisal.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def write_gemfile
end

def install
Command.new("bundle install --gemfile=#{gemfile_path}").run
Command.new("bundle install --gemfile='#{gemfile_path}'").run
end

def gemfile_path
Expand Down

0 comments on commit 432138b

Please sign in to comment.