Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! Impl tedge cert download c8y
Browse files Browse the repository at this point in the history
  • Loading branch information
didier-wenzek committed Dec 3, 2024
1 parent 853653b commit ba7ab9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/core/tedge/src/cli/certificate/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ pub enum DownloadCertCli {
/// You will be prompted for input if the value is not provided or is empty
#[clap(long = "device-id")]
#[arg(
env = "C8Y_DEVICE",
env = "DEVICE_ID",
hide_env_values = true,
hide_default_value = true,
default_value = ""
Expand All @@ -248,7 +248,7 @@ pub enum DownloadCertCli {

#[clap(long)]
#[arg(
env = "C8Y_TOKEN",
env = "DEVICE_TOKEN",
hide_env_values = true,
hide_default_value = true,
default_value = ""
Expand Down

0 comments on commit ba7ab9d

Please sign in to comment.