summaryrefslogtreecommitdiff
path: root/lorrycontroller/lstroves.py
diff options
context:
space:
mode:
Diffstat (limited to 'lorrycontroller/lstroves.py')
-rw-r--r--lorrycontroller/lstroves.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lorrycontroller/lstroves.py b/lorrycontroller/lstroves.py
index 1f10209..10062ab 100644
--- a/lorrycontroller/lstroves.py
+++ b/lorrycontroller/lstroves.py
@@ -70,7 +70,7 @@ class TroveRepositoryLister(object):
return None
def get_real_ls_output(self, statedb, trove_info):
- gitano = self.route.new_gitano_command(statedb, trove_info['trovehost'])
+ gitano = lorrycontroller.new_gitano_command(statedb, trove_info['trovehost'])
output = gitano.ls()
return self.parse_ls_output(output)