Skip to content

Commit

Permalink
Revert default_missing_value to default_value (#380)
Browse files Browse the repository at this point in the history
We don't need to do this anymore. It was some change I was testing that
didn't work, and I forgot to remove it.
  • Loading branch information
Hoverbear authored Mar 28, 2023
1 parent 607b527 commit c0e9e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ pub struct CommonSettings {
global = true,
value_parser = crate::diagnostics::diagnostic_endpoint_validator,
num_args = 0..=1, // Required to allow `--diagnostic-endpoint` or `NIX_INSTALLER_DIAGNOSTIC_ENDPOINT=""`
default_missing_value = "https://install.determinate.systems/nix/diagnostic"
default_value = "https://install.determinate.systems/nix/diagnostic"
)]
pub diagnostic_endpoint: Option<String>,
}
Expand Down

0 comments on commit c0e9e70

Please sign in to comment.