Skip to content

Commit

Permalink
gah, broken code is broken
Browse files Browse the repository at this point in the history
  • Loading branch information
slyphon committed May 7, 2012
1 parent 0546b4e commit bb42af0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -68,15 +68,15 @@ gemset_name = 'zookeeper'
task clobber_task_name do
unless rvm_ruby == 'jruby'
cd 'ext' do
sh "bundle exec rake clobber"
sh "rvm #{ruby_with_gemset} bundle exec rake clobber"
end
end
end

task clean_task_name do
unless rvm_ruby == 'jruby'
cd 'ext' do
sh "bundle exec rake clean"
sh "rvm #{ruby_with_gemset} bundle exec rake clean"
end
end
end
Expand Down

0 comments on commit bb42af0

Please sign in to comment.