From 5a1e75e0f5e08ad0c1080ef2bfb43de8a10302f6 Mon Sep 17 00:00:00 2001 From: Terrtia Date: Tue, 18 Aug 2020 21:32:09 +0200 Subject: [PATCH] fix: [updater] tag subversion --- bin/Update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/Update.py b/bin/Update.py index 5d65e83b..88573d50 100755 --- a/bin/Update.py +++ b/bin/Update.py @@ -221,7 +221,7 @@ def get_git_upper_tags_remote(current_tag, is_fork): # add tag with last commit if float(tag_val) >= float(current_tag_val): - dict_tags_commit[tag_val] = commit + dict_tags_commit[tag] = commit list_upper_tags = [('v{}'.format(key), dict_tags_commit[key]) for key in dict_tags_commit] # force update order list_upper_tags.sort()