Skip to content

Commit

Permalink
fix: update wallet.sh script (#10721)
Browse files Browse the repository at this point in the history
This PR will enable a user to pipe the output of wallet.sh directly into env file, without having to remove the first line (otherwise the env var will be invalid).
  • Loading branch information
barnabasbusa committed Jun 4, 2024
1 parent 1eda12b commit 2919e06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ key3=$(echo "$wallet3" | awk '/Private key/ { print $3 }')
key4=$(echo "$wallet4" | awk '/Private key/ { print $3 }')

# Print out the environment variables to copy
echo "Copy the following into your .envrc file:"
echo "# Copy the following into your .envrc file:"
echo
echo "# Admin account"
echo "export GS_ADMIN_ADDRESS=$address1"
Expand Down

0 comments on commit 2919e06

Please sign in to comment.