Skip to content

Commit

Permalink
perf(cargo-generate): fix license destination path
Browse files Browse the repository at this point in the history
  • Loading branch information
gibbz00 committed Aug 18, 2024
1 parent 7e30266 commit 15b2ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cargo_generate/script.rhai
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ fn template_license() {
"Unlicense" => "UNLICENCE",
};

file::rename(`cargo_generate/licenses/${license_file_name}.md`, LICENSE.md)
file::rename(`cargo_generate/licenses/${license_file_name}.md`, "LICENSE.md")
}

fn template_code_of_conduct() {
Expand Down

0 comments on commit 15b2ff4

Please sign in to comment.