Fix s3 delete.

This commit is contained in:
yackob03 2013-10-01 14:46:44 -04:00
parent f1e85bdcba
commit cbe0590ce5
3 changed files with 4 additions and 4 deletions

View file

@ -304,7 +304,7 @@ def put_image_json(namespace, repository, image_id):
return make_response('true', 200)
def delete_registry_storage(namespace, repository):
def delete_repository_storage(namespace, repository):
""" Caller should have already verified proper permissions. """
repository_path = store.repository_namespace_path(namespace, repository)