Skip to content

Commit

Permalink
tag_name
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-zehentleitner committed May 14, 2024
1 parent 3373173 commit 5e1893f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unicorn_fy/unicorn_fy.py
Original file line number Diff line number Diff line change
Expand Up @@ -1277,7 +1277,7 @@ def get_latest_version(self):
self.last_update_check_github['status'] = self.get_latest_release_info()
if self.last_update_check_github['status']:
try:
return self.last_update_check_github['status'].get("tag_name")
return self.last_update_check_github['status']['tag_name']
except KeyError:
return "unknown"
else:
Expand Down

0 comments on commit 5e1893f

Please sign in to comment.