Skip to content

Commit

Permalink
don't nested bundle exec.
Browse files Browse the repository at this point in the history
  • Loading branch information
takaokouji committed Aug 22, 2016
1 parent bd13aa3 commit 5eb5833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/rubocop.rake
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
task :rubocop do
sh 'bundle exec rubocop --rails app lib bin config spec'
sh 'rubocop --rails app lib bin config spec'
end

0 comments on commit 5eb5833

Please sign in to comment.