fix: missing command in exec call

This commit is contained in:
James Houlahan
2020-07-27 13:05:46 +02:00
parent b12ef1327c
commit e3ab829ad3

View File

@ -71,6 +71,7 @@ func GetTLSConfig(cfg tlsConfiger) (tlsConfig *tls.Config, err error) {
if runtime.GOOS == "darwin" {
if err := exec.Command( // nolint[gosec]
"/usr/bin/security",
"execute-with-privileges",
"/usr/bin/security",
"add-trusted-cert",