Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Add --force to cargo audit install script (#9735)
Browse files Browse the repository at this point in the history
  • Loading branch information
sorpaas authored and 5chdn committed Oct 15, 2018
1 parent 19261e9 commit e2cd74a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gitlab/cargo-audit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
set -e # fail on any error
set -u # treat unset variables as error

CARGO_TARGET_DIR=./target cargo +stable install cargo-audit
CARGO_TARGET_DIR=./target cargo +stable install cargo-audit --force
cargo +stable audit

0 comments on commit e2cd74a

Please sign in to comment.