mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-12-15 13:54:43 -06:00
* Fix cloning of add-on store repository Since #5669, the add-on store reset no longer deletes the root directory. However, if the root directory is not present, the current code no longer invokes cloning, instead tries to load the git repository directly. With this change, the code clones whenever there is no .git directory, which works for both cases. * Fix pytest