3
0
Fork 0
mirror of https://github.com/dtolnay/install.git synced 2024-11-24 17:09:32 +01:00

Allow clobber existing tags on fetch

This commit is contained in:
David Tolnay 2022-06-26 12:25:58 -07:00
parent 66548cefd2
commit 3a5eecab54
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View file

@ -19,7 +19,7 @@ push=()
( (
set -x set -x
git fetch --quiet origin --tags git fetch origin --quiet --tags --force
) )
for crate in "$@"; do for crate in "$@"; do