Commit ad0bdcfa authored by Pieter-Jan Moreels's avatar Pieter-Jan Moreels
Browse files

fix typo

parent 8c9f3d37
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@ vfeedmap = ['map_cve_exploitdb', 'map_cve_openvas', 'map_cve_fedora',
            'map_cve_nessus', 'map_cve_vmware', 'map_cve_suricata',
            'map_cve_hp', 'map_cve_bid', 'map_cve_snort']

db.bulkvFeedUpdate(temppath, vfeedmap)
db.bulkvFeedUpdate(tmppath, vfeedmap)

#update database info after successful program-run
db.setColUpdate('vfeed', u.headers['last-modified'])