Force install

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

View file

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