Skip to content

Commit

Permalink
Update thedevilseye.py - 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rly0nheart authored May 20, 2023
1 parent 057e931 commit b81d2b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thedevilseye/thedevilseye.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def check_updates():
else:
raw_release_notes = response['body']
markdown_release_notes = Markdown(raw_release_notes)
xprint(f"{COLOURS['GREEN']}[UPDATE]{COLOURS['RESET']} A new release of Octosuite is available ({response['tag_name']}). Run 'pip install --upgrade thedevilseye' to get the updates.\n")
xprint(f"{COLOURS['GREEN']}[UPDATE]{COLOURS['RESET']} A new release of thedevilseye is available ({response['tag_name']}).\n")
xprint(markdown_release_notes)


Expand Down

0 comments on commit b81d2b6

Please sign in to comment.