From 42eac754a6f2a984510dddcfec6f707adb04ba53 Mon Sep 17 00:00:00 2001 From: coincashew Date: Fri, 11 Oct 2024 20:30:26 -0300 Subject: [PATCH] deploy - Improve downloading verbiage --- deploy-nimbus-nethermind.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy-nimbus-nethermind.py b/deploy-nimbus-nethermind.py index 0e2b4da..50dface 100644 --- a/deploy-nimbus-nethermind.py +++ b/deploy-nimbus-nethermind.py @@ -367,7 +367,7 @@ def install_mevboost(): exit(1) # Download the latest release binary - print(f"Download URL: {download_url}") + print(f">> Downloading mevboost > URL: {download_url}") try: # Download the file @@ -487,7 +487,7 @@ def download_and_install_nethermind(): exit(1) # Download the latest release binary - print(f"Download URL: {download_url}") + print(f">> Downloading Nethermind > URL: {download_url}") try: # Download the file @@ -592,7 +592,7 @@ def download_nimbus(): exit(1) # Download the latest release binary - print(f"Download URL: {download_url}") + print(f">> Downloading Nimbus > URL: {download_url}") try: # Download the file