diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2010-09-21 06:43:21 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2010-09-21 06:43:21 +0000 |
commit | 3a273d18a8b00183252dd200010f2c4c5b1303eb (patch) | |
tree | dc7ff8e2b52e75ff476eb519bb801b5cf43c6d2d /lib/tasks/cve.rake | |
parent | Only load lib/glsamaker/helper.rb in the actual webapp. (diff) | |
download | glsamaker-3a273d18a8b00183252dd200010f2c4c5b1303eb.tar.gz glsamaker-3a273d18a8b00183252dd200010f2c4c5b1303eb.tar.bz2 glsamaker-3a273d18a8b00183252dd200010f2c4c5b1303eb.zip |
Try something to make imports work.
Diffstat (limited to 'lib/tasks/cve.rake')
-rw-r--r-- | lib/tasks/cve.rake | 2 |
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| |