diff --git a/supervisor/snapshots/__init__.py b/supervisor/snapshots/__init__.py index 0ea76141a..8ad525d1d 100644 --- a/supervisor/snapshots/__init__.py +++ b/supervisor/snapshots/__init__.py @@ -46,8 +46,9 @@ class SnapshotManager(CoreSysAttributes): # set general data if homeassistant: snapshot.store_homeassistant() - snapshot.store_repositories() - snapshot.store_dockerconfig() + + snapshot.store_repositories() + snapshot.store_dockerconfig() return snapshot