mirror of
https://github.com/dtolnay/install.git
synced 2024-11-21 16:09:32 +01:00
Spell out tag delete flag
This commit is contained in:
parent
3a5eecab54
commit
93373315d5
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ push=()
|
|||
for crate in "$@"; do
|
||||
(
|
||||
set -x
|
||||
git tag -d "$crate" &>/dev/null || true
|
||||
git tag --delete "$crate" &>/dev/null || true
|
||||
git checkout --quiet origin/"$crate"
|
||||
git rebase --quiet "$base"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue