mirror of
https://github.com/davidallendj/configurator.git
synced 2025-12-20 03:27:02 -07:00
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
|
||||
// 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue