Corrected var name for cert path
This commit is contained in:
parent
53f80fdd59
commit
d3e4e32f88
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ var generateCmd = &cobra.Command{
|
||||||
// use cert path from cobra if empty
|
// use cert path from cobra if empty
|
||||||
// TODO: this needs to be checked for the correct desired behavior
|
// TODO: this needs to be checked for the correct desired behavior
|
||||||
if config.CertPath == "" {
|
if config.CertPath == "" {
|
||||||
config.CertPath = certPath
|
config.CertPath = cacertPath
|
||||||
}
|
}
|
||||||
|
|
||||||
// use config plugins if none supplied via CLI
|
// use config plugins if none supplied via CLI
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue