Skip to content

Commit

Permalink
Fix typo in ofs.storage_dir deprecation message
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorbaptista committed Aug 4, 2014
1 parent b0ca98a commit d9e6240
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ckan/lib/uploader.py
Expand Up @@ -27,8 +27,8 @@ def get_storage_path():
if storage_path:
_storage_path = storage_path
elif ofs_impl == 'pairtree' and ofs_storage_dir:
log.warn('''Please use config option ckan.storage_path instaed of
ofs.storage_path''')
log.warn('''Please use config option ckan.storage_path instead of
ofs.storage_dir''')
_storage_path = ofs_storage_dir
return _storage_path
elif ofs_impl:
Expand Down

0 comments on commit d9e6240

Please sign in to comment.