Skip to content

Commit 16296ed

Browse files
committed
Add --force to overwrite from previous run
Signed-off-by: Aaron Wislang <[email protected]>
1 parent 7cef0e8 commit 16296ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ cargo install --path .
99
cd ../../../../
1010

1111
# install cargo-component
12-
cargo install cargo-component --version 0.16.0
12+
cargo install cargo-component --force --version 0.16.0

0 commit comments

Comments
 (0)