We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab25f39 commit 5034aabCopy full SHA for 5034aab
1 file changed
cmd/soroban-cli/src/commands/contract/deploy/wasm.rs
@@ -243,7 +243,7 @@ impl Cmd {
243
{
244
let print = Print::new(global_args.quiet);
245
print.warnln(format!(
246
- "Overwriting existing alias {alias:?} that currently links to contract ID: {existing_contract}"
+ "Overwriting existing alias '{alias}' that currently links to contract ID: {existing_contract}"
247
));
248
}
249
0 commit comments