Force install

This commit is contained in:
Andras Schmelczer 2025-12-02 20:44:50 +00:00
parent 89e3b61766
commit f8d62f4416

View file

@ -15,7 +15,7 @@ else
exit 1
fi
cargo install cargo-edit
cargo install cargo-edit --force
if [[ -n $(git status --porcelain) ]]; then
echo "Your working directory is not clean. Please commit or stash your changes before proceeding."