mirror of
https://github.com/neovim/neovim.git
synced 2024-12-24 13:15:09 -07:00
fix(pvscheck): Switch URL to pvs-studio.com
[skip ci]
This commit is contained in:
parent
fbe18d9ca4
commit
794a287846
@ -389,7 +389,7 @@ run_analysis() {(
|
||||
detect_url() {
|
||||
local url="${1:-detect}"
|
||||
if test "$url" = detect ; then
|
||||
curl --silent -L 'https://www.viva64.com/en/pvs-studio-download/' \
|
||||
curl --silent -L 'https://pvs-studio.com/en/pvs-studio/download-all/' \
|
||||
| grep -o 'https\{0,1\}://[^"<>]\{1,\}/pvs-studio[^/"<>]*-x86_64\.tgz' \
|
||||
|| echo FAILED
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user