Browse Source

Log in development

master
Dylan Baker 4 years ago
parent
commit
2c524af608
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Rakefile

+ 1
- 1
Rakefile View File

@@ -9,7 +9,7 @@ task 'migrate' do
9 9
 end
10 10
 
11 11
 task 'scrape' do
12
-  scrape
12
+  scrape(log: ENV['APP_ENV'] == 'development')
13 13
 end
14 14
 
15 15
 task 'build' do

Loading…
Cancel
Save