summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tasks/cve.rake')
-rw-r--r--lib/tasks/cve.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/cve.rake b/lib/tasks/cve.rake
index 6127f1a..06ebd90 100644
--- a/lib/tasks/cve.rake
+++ b/lib/tasks/cve.rake
@@ -32,7 +32,7 @@ raise "I can't be quiet and verbose at the same time..." if QUIET and VERBOSE
namespace :cve do
desc "Full CVE data import"
- task :full_import => :environment do
+ task :full_import => [:environment, "db:load_config"] do
start_ts = Time.now
(YEAR..Date.today.year).each do |year|