update regex

pull/12059/head
Medya Gh 2021-07-28 16:01:53 -07:00
parent 35e2a2fa29
commit 4bf3b3659b
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ var (
},
"hack/jenkins/common.sh": {
Replace: map[string]string{
`sudo \.\/installers\/check_install_golang\.sh \".*\" \"\/usr\/local\"`: `sudo ./installers/check_install_golang.sh "{{.StableVersion}}" "/usr/local"`,
`\.\/installers\/check_install_golang\.sh \".*\" \"\/usr\/local\" .*`: `./installers/check_install_golang.sh "{{.StableVersion}}" "/usr/local" || true`,
},
},
"Makefile": {