Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hsoerensen committed Mar 7, 2024
1 parent e977998 commit a0f5a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ joined_network_instructions() {
if [[ -z ${account_addr} ]]; then
echo "No new account was created because your wallet already has multiple accounts."
else
echo "No new account was made because you already have an account with the address: ${account_addr}"
echo "No new account was created because you already have an account with the address: ${account_addr}"
fi

echo ""
Expand Down

0 comments on commit a0f5a3e

Please sign in to comment.