Skip to content

Commit

Permalink
Remove quotes from example ord env command (#3335)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Mar 22, 2024
1 parent 5c5042d commit d6d8f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/subcommand/env.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ rpcport={bitcoind_port}
{}
bitcoin-cli -datadir={datadir} getblockchaininfo
{}
{} --datadir '{datadir}' wallet balance",
{} --datadir {datadir} wallet balance",
"`ord` server URL:".blue().bold(),
"Example `bitcoin-cli` command:".blue().bold(),
"Example `ord` command:".blue().bold(),
Expand Down

0 comments on commit d6d8f70

Please sign in to comment.