Merge "Replace prodcertstatus with gcertstatus"
This commit is contained in:
@@ -1493,7 +1493,7 @@ func (c *configImpl) GoogleProdCredsExist() bool {
|
|||||||
if googleProdCredsExistCache {
|
if googleProdCredsExistCache {
|
||||||
return googleProdCredsExistCache
|
return googleProdCredsExistCache
|
||||||
}
|
}
|
||||||
if _, err := exec.Command("/usr/bin/prodcertstatus", "--simple_output", "--nocheck_loas").Output(); err != nil {
|
if _, err := exec.Command("/usr/bin/gcertstatus").Output(); err != nil {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
googleProdCredsExistCache = true
|
googleProdCredsExistCache = true
|
||||||
|
Reference in New Issue
Block a user