Skip to content

Commit

Permalink
fix: file generator ext
Browse files Browse the repository at this point in the history
  • Loading branch information
TroyKomodo committed Jul 2, 2024
1 parent 345725f commit 8cce4a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foundations/src/settings/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ fn default_cmd() -> clap::Command {
.value_name("FILE")
.action(ArgAction::Set)
.num_args(0..=1)
.default_missing_value("./config.yaml"),
.default_missing_value("./config.toml"),
)
}

Expand Down

0 comments on commit 8cce4a5

Please sign in to comment.