Skip to content

Commit

Permalink
deploy - Improve downloading verbiage
Browse files Browse the repository at this point in the history
  • Loading branch information
coincashew committed Oct 11, 2024
1 parent 93cff7a commit 42eac75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy-nimbus-nethermind.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 42eac75

Please sign in to comment.