Skip to content

Commit

Permalink
Fix a typo in default_resource_schema()
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Hammond committed Jan 26, 2012
1 parent a348b36 commit f4d9912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/logic/schema.py
Expand Up @@ -39,7 +39,7 @@ def default_resource_schema():

schema = {
'id': [ignore_empty, unicode],
'revistion_id': [ignore_missing, unicode],
'revision_id': [ignore_missing, unicode],
'resource_group_id': [ignore],
'package_id': [ignore],
'url': [ignore_empty, unicode],#, URL(add_http=False)],
Expand Down

0 comments on commit f4d9912

Please sign in to comment.