Skip to content

Commit

Permalink
Fixed new update available URL
Browse files Browse the repository at this point in the history
  • Loading branch information
howroyd committed Nov 12, 2023
1 parent 72eb6ed commit 5308b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/simonsays_drgreengiant/simonsays.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def main() -> NoReturn:
else:
if updateavailable := check_for_updates():
print(f"Update available! Current version: {VERSION}, Latest version: {updateavailable}")
print("https://github.com/howroyd/simonsays/releases/tag/2.0.0\n\n")
print(f"https://github.com/howroyd/simonsays/releases/tag/{updateavailable}\n\n")
irc = stack.enter_context(twitchirc.TwitchIrc(myconfig.channel))

print(channel_connected(myconfig))
Expand Down

0 comments on commit 5308b77

Please sign in to comment.