Fixed typo for acl in tablespace node

This commit is contained in:
Murtuza Zabuawala 2016-05-13 13:43:35 +05:30 committed by Akshay Joshi
parent 4816f5ed12
commit 174363c9a7

View File

@ -123,7 +123,7 @@ class TablespaceView(PGChildNodeView):
"Using the template path: %s", self.template_path
)
# Allowed ACL on tablespace
self.acls = ['C']
self.acl = ['C']
return f(*args, **kwargs)
return wrap