summaryrefslogtreecommitdiff
path: root/obnam/oper_show_generations.py
diff options
context:
space:
mode:
Diffstat (limited to 'obnam/oper_show_generations.py')
-rw-r--r--obnam/oper_show_generations.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/obnam/oper_show_generations.py b/obnam/oper_show_generations.py
index db20eb2f..e22d9510 100644
--- a/obnam/oper_show_generations.py
+++ b/obnam/oper_show_generations.py
@@ -90,7 +90,7 @@ class ShowGenerations(obnam.Operation):
app = self.get_application()
context = app.get_context()
host = app.load_host()
- app.load_maps()
+ app.get_store().load_maps()
for gen_id in gen_ids:
gen = obnam.io.get_object(context, gen_id)