Skip to content

Commit

Permalink
fix: use globeln for printing url
Browse files Browse the repository at this point in the history
Co-authored-by: Leigh McCulloch <[email protected]>
  • Loading branch information
willemneal and leighmcculloch authored Sep 24, 2024
1 parent faa9b5b commit b8e44a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/soroban-cli/src/config/sign_with.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ impl Args {

let txn_sign_url = url.to_string();

printer.println(format!("Opening lab to sign transaction: {txn_sign_url}"));
printer.globeln(format!("Opening lab to sign transaction: {txn_sign_url}"));
open::that(txn_sign_url)?;

Ok(())
Expand Down

0 comments on commit b8e44a3

Please sign in to comment.