Skip to content

Commit 9644519

Browse files
committed
Fix typography on address print
1 parent 0870d40 commit 9644519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1544,7 +1544,7 @@ else
15441544
echo "*"
15451545
echo "* b) Get 10 testnet Voi for free:"
15461546
echo "* - Go to https://faucet.nautilus.sh/"
1547-
echo "* - Enter your address (${account_addr})"
1547+
echo "* - Enter your address: ${account_addr}"
15481548
echo "*"
15491549
echo "* After you've done this, type 'completed' to go on"
15501550
echo "****************************************************************************************************************"

0 commit comments

Comments
 (0)