Allways store docker and repository config (#2636)

This commit is contained in:
Joakim Sørensen 2021-02-26 13:40:47 +01:00 committed by GitHub
parent be226b2b01
commit 0e46ea12b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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