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:
parent
66548cefd2
commit
3a5eecab54
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue