summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVishvananda Ishaya <vishvananda@gmail.com>2010-06-24 04:12:00 +0100
committerandy <github@anarkystic.com>2010-06-24 04:12:00 +0100
commit89e184767130fcdc8fd7c471eda9945ed71ce598 (patch)
treedc0e92f8930d27ad3d3da674c7150718099e391a
parentc04e43bece8f996345e4dd07f308bca6d6e85fed (diff)
downloadnova-89e184767130fcdc8fd7c471eda9945ed71ce598.tar.gz
nova-89e184767130fcdc8fd7c471eda9945ed71ce598.tar.xz
nova-89e184767130fcdc8fd7c471eda9945ed71ce598.zip
fix missing tab in nova-manage
-rwxr-xr-xbin/nova-manage2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/nova-manage b/bin/nova-manage
index 29aa0547e..d25de6cda 100755
--- a/bin/nova-manage
+++ b/bin/nova-manage
@@ -175,7 +175,7 @@ class ProjectCommands(object):
arguments: project user"""
self.manager.remove_from_project(user, project)
-def zip(self, project_id, user_id, filename='nova.zip'):
+ def zip(self, project_id, user_id, filename='nova.zip'):
"""exports credentials for user to a zip file
arguments: project_id user_id [filename='nova.zip]"""
project = self.manager.get_project(project_id)