mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-08 17:56:33 +00:00
Fix relative glob
This commit is contained in:
parent
b8fc002fbc
commit
58fdabb8ff
@ -62,7 +62,7 @@ class AddonsData(Config):
|
|||||||
self.config.path_addons_local, REPOSITORY_LOCAL)
|
self.config.path_addons_local, REPOSITORY_LOCAL)
|
||||||
|
|
||||||
# read custom git repositories
|
# read custom git repositories
|
||||||
for repository_dir in self.config.path_addons_git.glob("/*/"):
|
for repository_dir in self.config.path_addons_git.glob("*/"):
|
||||||
self._read_git_repository(repository_dir)
|
self._read_git_repository(repository_dir)
|
||||||
|
|
||||||
def _read_git_repository(self, path):
|
def _read_git_repository(self, path):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user