Corrected var name for cert path

This commit is contained in:
David Allen 2024-06-26 14:02:57 -06:00
parent 53f80fdd59
commit d3e4e32f88
No known key found for this signature in database
GPG key ID: 717C593FF60A2ACC

View file

@ -53,7 +53,7 @@ var generateCmd = &cobra.Command{
// use cert path from cobra if empty
// TODO: this needs to be checked for the correct desired behavior
if config.CertPath == "" {
config.CertPath = certPath
config.CertPath = cacertPath
}
// use config plugins if none supplied via CLI