summaryrefslogtreecommitdiff
path: root/obnam/oper_forget.py
diff options
context:
space:
mode:
Diffstat (limited to 'obnam/oper_forget.py')
-rw-r--r--obnam/oper_forget.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/obnam/oper_forget.py b/obnam/oper_forget.py
index b901da5c..40d98f41 100644
--- a/obnam/oper_forget.py
+++ b/obnam/oper_forget.py
@@ -40,8 +40,8 @@ class Forget(obnam.Operation):
map_block_ids = host.get_map_block_ids()
contmap_block_ids = host.get_contmap_block_ids()
- app.load_maps()
- app.load_content_maps()
+ app.get_store().load_maps()
+ app.get_store().load_content_maps()
logging.debug("forget: Forgetting each id")
for id in forgettable_ids: