Skip to content

Commit

Permalink
Merge pull request #20 from penman/patch-1
Browse files Browse the repository at this point in the history
Require Bundler when brew installing avrdude.
  • Loading branch information
stewart committed Feb 22, 2014
2 parents 2619b27 + 7f33124 commit 9e76193
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/artoo/commands/firmata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def install
when :linux
run('sudo apt-get install avrdude')
when :macosx
require 'bundler' unless defined?(Bundler)
Bundler.with_clean_env do
run("brew install avrdude")
end
Expand Down

0 comments on commit 9e76193

Please sign in to comment.