Skip to content

Commit

Permalink
aliases typo
Browse files Browse the repository at this point in the history
  • Loading branch information
amr-crabnebula committed Apr 15, 2024
1 parent b02ca1d commit 4817bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/packager/src/config/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1478,7 +1478,7 @@ pub struct Config {
/// The directory where the [`Config::binaries`] exist.
///
/// Defaults to [`Config::out_dir`].
#[serde(default, alias = "out-dir", alias = "out_dir")]
#[serde(default, alias = "binaries-dir", alias = "binaries_dir")]
pub binaries_dir: Option<PathBuf>,
/// The target triple we are packaging for. This mainly affects [`Config::external_binaries`].
///
Expand Down

0 comments on commit 4817bfb

Please sign in to comment.