Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rm ./build/repalungs-wasm/.gitignore converts to rmdir .\build\repalungs-wasm\.gitignore #20

Closed
JohnScience opened this issue Nov 1, 2022 · 2 comments
Assignees
Labels

Comments

@JohnScience
Copy link

JohnScience commented Nov 1, 2022

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

# using cargo-make
[tasks.my-task]
script_runner = "@shell"
script = '''
cargo new my_project
rm ./my_project/.gitignore
@sagiegurari
Copy link
Owner

@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.

@JohnScience
Copy link
Author

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants