Skip to content

Commit

Permalink
Disable rake multitask because it results in circular dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
swrobel committed Jun 18, 2017
1 parent 2937488 commit 3148935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/forecasts.rake
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

namespace :forecasts do
desc 'Update forecasts from all sources'
multitask update: ['surfline:update', 'msw:update', 'spitcast:update']
task update: %w[surfline:update msw:update spitcast:update]
end

0 comments on commit 3148935

Please sign in to comment.