mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 06:16:08 -04:00
cli: fix force flag debug print in init
This commit is contained in:
parent
d2cdc85cf7
commit
6ae2bc9772
1 changed files with 1 additions and 1 deletions
|
@ -330,7 +330,7 @@ func (i *initCmd) evalFlagArgs(cmd *cobra.Command) (initFlags, error) {
|
|||
if err != nil {
|
||||
return initFlags{}, fmt.Errorf("parsing force argument: %w", err)
|
||||
}
|
||||
i.log.Debugf("force flag is %t", configPath)
|
||||
i.log.Debugf("force flag is %t", force)
|
||||
|
||||
return initFlags{
|
||||
configPath: configPath,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue