mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-12-24 20:35:55 +00:00
Drop unused coud backup dir constant (#6172)
The constant PATH_CLOUD_BACKUP is not used anywhere in the codebase. Remove it to clean up the code. This is a leftover from a removed initial cloud backup support implementation and got missed in #5464.
This commit is contained in:
@@ -165,7 +165,6 @@ PATH_LOCAL_ADDONS = PurePath("/addons")
|
||||
PATH_BACKUP = PurePath("/backup")
|
||||
PATH_SHARE = PurePath("/share")
|
||||
PATH_MEDIA = PurePath("/media")
|
||||
PATH_CLOUD_BACKUP = PurePath("/cloud_backup")
|
||||
|
||||
# https://hub.docker.com/_/docker
|
||||
ADDON_BUILDER_IMAGE = "docker.io/library/docker"
|
||||
|
||||
Reference in New Issue
Block a user