Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mpiorowski committed Mar 14, 2024
1 parent 8815b6a commit 01c94bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ fn main() -> Result<()> {
let template_path = &template.path;
let template_content = fs::read_to_string(&template_path).context("File not found")?;

println!("Showing {:?}", template_path);
println!("{}", template_content);
}
Action::Copy(val) => {
Expand Down

0 comments on commit 01c94bc

Please sign in to comment.