Skip to content

Commit

Permalink
Fix minor typo (#1544)
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmota authored Oct 10, 2023
1 parent cecccf8 commit 87ec754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethd
Original file line number Diff line number Diff line change
Expand Up @@ -1888,7 +1888,7 @@ spec? (right-click to paste)" 10 60 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus -eq 0 ]; then
if [[ ${NETWORK} =~ ^https?:// ]]; then
echo "Your customer testnet URL is: ${NETWORK}"
echo "Your custom testnet URL is: ${NETWORK}"
break
else
whiptail --msgbox "${NETWORK} is not a valid URL. You can try again or Cancel on the next \
Expand Down

0 comments on commit 87ec754

Please sign in to comment.