Skip to content

Commit

Permalink
BF possibly better logic. need to test
Browse files Browse the repository at this point in the history
  • Loading branch information
bf4 committed Feb 1, 2013
1 parent c37276e commit d4b52f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/mf-stats
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
require 'rubygems'
begin
puts File.exists?('Gemfile') && `bundle && bundle exec rake stats`
rescue LoadError
rescue StandardError, LoadError => e
puts `rake stats`
end

0 comments on commit d4b52f9

Please sign in to comment.