Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ifropc committed Aug 8, 2024
1 parent 0e615b6 commit c91dc0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
SOROBAN_SECRET_KEY=SBPXU3OP65M2DQPRM4YFZ5NME66NWWH5DHN44IBDYAN4TFKKY7CS4OHY stellar keys add dev_key
export STELLAR_NETWORK=testnet
export STELLAR_ACCOUNT=dev_key
shell=$SHELL
shell=$0
shell=`basename $SHELL`
source <(stellar completion --shell $shell)
'';
Expand Down

0 comments on commit c91dc0c

Please sign in to comment.