summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author ajrhacker <ajrhacker@users.noreply.github.com>2020-07-30 16:32:05 -0400
committer GitHub <noreply@github.com>2020-07-30 16:32:05 -0400
commitf65cc56afc88a81a4a3eabee5ca77d363fadef1d (patch)
tree770c9e2f24a3131c89751a4ec8d07fc610b296ce
parent8e14b26747a7f26e92c534a07a26aec3342904d9 (diff)
parent2d1bf3ed5cb1f4cdcc40b286a78c24f398217535 (diff)
Merge pull request #7019 from belegdol/appveyor-fix-typo
Fix redundancy in pacman-key --verify call
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 65fab2f279a..92a3789b711 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -37,7 +37,7 @@ for:
- set MSYSTEM=MINGW64
- bash -lc "curl -O http://repo.msys2.org/msys/x86_64/msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz"
- bash -lc "curl -O http://repo.msys2.org/msys/x86_64/msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz.sig"
- - bash -lc "pacman-key --verify msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz.sig msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz.sig"
+ - bash -lc "pacman-key --verify msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz.sig"
- bash -lc "pacman -U --noconfirm msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz"
- bash -lc "pacman -Syu --noconfirm"
- taskkill /f /fi "MODULES eq msys-2.0.dll"