npm.lister: Update loading task name
Related T1508
This commit is contained in:
parent
dac7777cd6
commit
0b8d1d464d
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ class NpmListerBase(SWHIndexingHttpLister):
|
|||
needed for the ingestion task creation.
|
||||
|
||||
"""
|
||||
task_type = 'origin-update-%s' % origin_type
|
||||
task_type = 'load-%s' % origin_type
|
||||
task_policy = self.config['loading_task_policy']
|
||||
package_name = kwargs.get('name')
|
||||
package_metadata_url = kwargs.get('html_url')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue