[ckan harvester] Fix typo

This commit is contained in:
Adrià Mercader 2011-11-18 17:53:01 +00:00
parent f02ee45aae
commit 0ab5c53b47
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ class HarvesterBase(SingletonPlugin):
#TODO: use site user when available
user_name = self.config.get('user',u'harvest')
else:
api_verion = '2'
api_version = '2'
user_name = u'harvest'
context = {