From 796e8e943c9ef4ed29a1649ec3f82d6b6714624a Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Wed, 22 Feb 2023 16:20:26 +0200 Subject: [PATCH] Update octosuite.py --- octosuite/octosuite.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/octosuite/octosuite.py b/octosuite/octosuite.py index e312be4..68de3f0 100644 --- a/octosuite/octosuite.py +++ b/octosuite/octosuite.py @@ -80,7 +80,8 @@ def check_updates(): else: markdown_text = response['body'] release_notes = Markdown(markdown_text) - xprint(f"[{green}UPDATE{reset}] A new release of Octosuite is available ({response['tag_name']}).\n\n{release_notes}\n\nRun 'pip install --upgrade octosuite' to get the updates.\n") + xprint(f"[{green}UPDATE{reset}] A new release of Octosuite is available ({response['tag_name']}). Run 'pip install --upgrade octosuite' to get the updates.\n") + xprint(release_notes) def list_dir_and_files():