From d8f4d3c0ad0828bf6c99d3a1d5d069689a12b21e Mon Sep 17 00:00:00 2001 From: opi Date: Mon, 7 Mar 2016 22:21:50 +0100 Subject: [PATCH] [fix] Wrong command name. --- src/yunohost/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/yunohost/app.py b/src/yunohost/app.py index 0f29274b..a9cfeb66 100644 --- a/src/yunohost/app.py +++ b/src/yunohost/app.py @@ -152,7 +152,7 @@ def app_list(offset=None, limit=None, filter=None, raw=False): applists = app_listlists()['lists'] applists[0] except (IOError, IndexError): - app_fetchlists() + app_fetchlist() applists = app_listlists()['lists'] for applist in applists: