Closed JohnScience closed 2 years ago
./build/repalungs-wasm/.gitignore is interpreted as a directory, not a file.
./build/repalungs-wasm/.gitignore
Use rm ./build/repalungs-wasm/.gitignore.
rm ./build/repalungs-wasm/.gitignore
Irrelevant
# using cargo-make [tasks.my-task] script_runner = "@shell" script = ''' cargo new my_project rm ./my_project/.gitignore
@JohnScience thanks a lot for reporting this bug. i've fix it and released a new version. you would require to reinstall cargo-make to get it.
Thank you!
Describe The Bug
./build/repalungs-wasm/.gitignore
is interpreted as a directory, not a file.To Reproduce
Use
rm ./build/repalungs-wasm/.gitignore
.Error Stack
Irrelevant
Code Sample