Skip to content

Commit

Permalink
fix(rust): disable-content-encryption false by default
Browse files Browse the repository at this point in the history
  • Loading branch information
davide-baldo committed Jul 29, 2024
1 parent 1c2c6c9 commit 36fe235
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ pub struct CreateCommand {
long,
name = "disable-content-encryption",
value_name = "BOOL",
default_value_t = true
default_value_t = false
)]
pub disable_content_encryption: bool,

Expand Down

0 comments on commit 36fe235

Please sign in to comment.