Skip to content

Commit

Permalink
default rake task is wwtd:local, which uses the local ruby instead of…
Browse files Browse the repository at this point in the history
… what is in the rvm section
  • Loading branch information
notEthan committed Nov 25, 2019
1 parent fe965e6 commit 96494d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ Rake::TestTask.new(:test) do |t|
end

require 'wwtd/tasks'
task 'default' => 'wwtd'
task 'default' => 'wwtd:local'

0 comments on commit 96494d5

Please sign in to comment.