remove duplicate .aleo when deploying

This commit is contained in:
dark horse 2024-07-23 13:19:38 -04:00
parent b6f5595f3c
commit 540e36e4e8

View File

@ -190,7 +190,7 @@ fn handle_deploy<A: Aleo<Network = N, BaseField = N::Field>, N: Network>(
if !command.fee_options.dry_run {
if !command.fee_options.yes {
let prompt = format!(
"Do you want to submit deployment of program `{name}.aleo` to network {} via endpoint {} using address {}?",
"Do you want to submit deployment of program `{name}` to network {} via endpoint {} using address {}?",
network, endpoint, address
);
let confirmation =