Force install
This commit is contained in:
parent
89e3b61766
commit
f8d62f4416
1 changed files with 1 additions and 1 deletions
|
|
@ -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."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue