We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4951540 commit 1b0a829Copy full SHA for 1b0a829
Rakefile
@@ -154,7 +154,7 @@ task :deploy do
154
155
#heroku addons:open scheduler
156
Formatador.display_lines([
157
- "[negative]<> Add `[bold]rake fetch_feeds[/][negative]` hourly task at [underline]https://api.heroku.com/apps/#{app_data['id']}/addons/scheduler:standard[/]",
+ "[negative]<> Add `[bold]rake lazy_fetch[/][negative]` hourly task at [underline]https://api.heroku.com/apps/#{app_data['id']}/addons/scheduler:standard[/]",
158
"[negative]<> Impatient? After adding feeds, immediately fetch the latest with `heroku run rake fetch_feeds -a #{app_data['name']}`",
159
"[negative]<> stringer available at [underline]#{app_data['web_url']}[/]"
160
])
0 commit comments