Skip to content

Commit

Permalink
[4] actually fix - git
Browse files Browse the repository at this point in the history
  • Loading branch information
meisnate12 committed Apr 26, 2024
1 parent 9ac1145 commit 599b54d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0-develop3
2.0.0-develop4
2 changes: 1 addition & 1 deletion modules/github.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def get_commits(self, dev_version, nightly=False):
def config_tags(self):
if not self._config_tags:
try:
self._config_tags = [r["ref"][11:] for r in self._requests(f"{kometa_base}/Community-Configs/git/refs/tags")]
self._config_tags = [r["ref"][11:] for r in self._requests(f"{base_url}/repos/Kometa-Team/Community-Configs/git/refs/tags")]
except TypeError:
pass
return self._config_tags
Expand Down

0 comments on commit 599b54d

Please sign in to comment.