Skip to content

Commit

Permalink
chore: console text
Browse files Browse the repository at this point in the history
Signed-off-by: David Dal Busco <[email protected]>
  • Loading branch information
peterpeterparker committed Jan 9, 2025
1 parent 98942cc commit 09df7c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ledger.transfer.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

if [ -z "$1" ]; then
read -r -p "Enter the Mission Control ID: " PRINCIPAL
read -r -p "Enter the Wallet ID: " PRINCIPAL
else
PRINCIPAL=$1
fi
Expand Down

0 comments on commit 09df7c5

Please sign in to comment.