diff --git a/VERSION b/VERSION index 6388a9ab..83151ae2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.0-develop2 +2.0.0-develop3 diff --git a/modules/github.py b/modules/github.py index 72da6494..2ee9c3b2 100644 --- a/modules/github.py +++ b/modules/github.py @@ -68,7 +68,7 @@ class GitHub: def config_tags(self): if not self._config_tags: try: - self._config_tags = [r["ref"][11:] for r in self._requests(f"{kometa_base}-Configs/git/refs/tags")] + self._config_tags = [r["ref"][11:] for r in self._requests(f"{kometa_base}/Community-Configs/git/refs/tags")] except TypeError: pass return self._config_tags