Skip to content

Commit

Permalink
Update crates/rattler/src/cli/auth.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw authored Jan 12, 2025
1 parent e213be0 commit 6304919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rattler/src/cli/auth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pub struct LoginArgs {
conda_token: Option<String>,

/// The S3 access key ID
#[clap(long, requires_all = ["s3_secret_access_key"], conflicts_with_all = ["host", "token","username", "password", "conda_token"])]
#[clap(long, requires_all = ["s3_secret_access_key"], conflicts_with_all = ["host", "token", "username", "password", "conda_token"])]
s3_access_key_id: Option<String>,

/// The S3 secret access key
Expand Down

0 comments on commit 6304919

Please sign in to comment.