mirror of
https://github.com/neovim/neovim.git
synced 2024-12-24 21:25:04 -07:00
Merge pull request #14459 from jamessan/pvs-script
fix(pvscheck): Switch URL to pvs-studio.com
This commit is contained in:
commit
59eae3b38f
@ -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