Merge pull request #28289 from puzzlehq/fix-duplicate-aleo-on-deployment

[Fix] remove duplicate .aleo when deploying programs
This commit is contained in:
d0cd 2024-07-26 09:16:51 -07:00 committed by GitHub
commit be8318c8c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 =