From 7fd2439aa95147e62a85cc92092706a01b52ed20 Mon Sep 17 00:00:00 2001 From: David Boreham Date: Wed, 27 Sep 2023 15:04:13 -0600 Subject: [PATCH] Fix output text (#548) --- app/update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/update.py b/app/update.py index 79e5360a..9f70b06e 100644 --- a/app/update.py +++ b/app/update.py @@ -87,4 +87,4 @@ def command(ctx, check_only): print(f"Replacing: {shiv_binary_path} with {temp_download_path}") os.replace(temp_download_path, shiv_binary_path) if not ctx.obj.quiet: - print("Done. Run \"laconic-so version\" to see the newly installed version") + print("Run \"laconic-so version\" to see the newly installed version")