Skip to content

Commit

Permalink
chore: removed unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aliev committed Jan 18, 2025
1 parent 6e36d31 commit 61c3b25
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,12 +149,6 @@ pub fn run(args: Args) -> Result<()> {
|| args.skip_confirms.contains(&crate::cli::SkipConfirm::Overwrite),
)?;

// let config = Config::new()
// .from_json(template_root.join("baker.json"))
// .from_yaml(template_root.join("baker.yaml"))
// .from_yml(template_root.join("baker.yml"))
// .build()?;

let config = Config::load_config(&template_root)?;

let Config::V1(config) = config;
Expand Down

0 comments on commit 61c3b25

Please sign in to comment.