Skip to content

Commit

Permalink
fix/enpoint_url: Short arg conflict (#1033)
Browse files Browse the repository at this point in the history
fix/enpoint_url: short arg conflict

Co-authored-by: Aurélien Nicolas <[email protected]>
  • Loading branch information
naure and Aurélien Nicolas authored Feb 17, 2025
1 parent 4e9829b commit 9572ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iris-mpc-common/src/bin/key_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ struct KeyManagerCli {
#[arg(short, long, env, default_value = "eu-north-1")]
region: String,

#[arg(short, long, env, default_value = None)]
#[arg(long, env, default_value = None)]
endpoint_url: Option<String>,
}

Expand Down

0 comments on commit 9572ebc

Please sign in to comment.