Skip to content

Commit

Permalink
api-server-rest: fix aa_addr cli param
Browse files Browse the repository at this point in the history
Signed-off-by: Magnus Kulke <[email protected]>
  • Loading branch information
mkulke authored and arronwy committed Oct 7, 2023
1 parent ebceb0c commit b1e12be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-server-rest/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ struct Args {
cdh_addr: String,

/// Listen address of attestation-agent TTRPC Service
#[arg(default_value_t = AA_ADDR.to_string(), short, long = "cdh_addr")]
#[arg(default_value_t = AA_ADDR.to_string(), short, long = "aa_addr")]
aa_addr: String,
}

Expand Down

0 comments on commit b1e12be

Please sign in to comment.