Skip to content

Commit

Permalink
refactor code
Browse files Browse the repository at this point in the history
  • Loading branch information
fankaiLiu committed Nov 26, 2023
1 parent 8ac49ef commit c299592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/create_project.rs
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ pub fn write_project_file(
if is_web_site {
//templates
let template_path = project_path.join("templates");
std::fs::create_dir_all(&template_path)?;
std::fs::create_dir_all(template_path)?;
let mut web_comm_templates = vec![
(
"templates/hello.html",
Expand Down

0 comments on commit c299592

Please sign in to comment.